Started by user Dmitry Kornilov Running as Dmitry Kornilov Running in Durability level: PERFORMANCE_OPTIMIZED [Pipeline] Start of Pipeline [Pipeline] node Still waiting to schedule task Waiting for next available executor Agent default-agent-19dpk is provisioned from template Kubernetes Pod Template --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" name: "default-agent-19dpk" spec: containers: - env: - name: "MAVEN_OPTS" value: "-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn" - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.jca.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "default-agent-19dpk" - name: "MAVEN_CONFIG" value: "-B -e" - name: "JENKINS_NAME" value: "default-agent-19dpk" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.jca.svc.cluster.local/jca/" - name: "HOME" value: "/home/jenkins" image: "eclipsecbijenkins/jenkins-agent:3.35@sha256:5d06ebec6e9dffc44fb41009a51d085a83944a23f651416531b960143d186340" imagePullPolicy: "IfNotPresent" name: "jnlp" resources: limits: memory: "4096Mi" cpu: "2000m" requests: memory: "4096Mi" cpu: "1000m" securityContext: privileged: false tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "toolchains-xml" readOnly: true subPath: "toolchains.xml" - 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: "settings-security-xml" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/settings.xml" name: "settings-xml" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.ssh" name: "volume-1" readOnly: false - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: {} restartPolicy: "Never" volumes: - name: "settings-security-xml" secret: items: - key: "settings-security.xml" path: "settings-security.xml" secretName: "m2-secret-dir" - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-jca" readOnly: true - configMap: items: - key: "toolchains.xml" path: "toolchains.xml" name: "m2-dir" name: "toolchains-xml" - emptyDir: medium: "" name: "volume-2" - configMap: name: "known-hosts" name: "volume-1" - name: "settings-xml" secret: items: - key: "settings.xml" path: "settings.xml" secretName: "m2-secret-dir" - emptyDir: medium: "" name: "workspace-volume" - emptyDir: medium: "" name: "volume-3" Running on default-agent-19dpk in /home/jenkins/agent/workspace/TCK_run [Pipeline] { [Pipeline] stage [Pipeline] { (Grab GF and ts.jte artifacts) [Pipeline] dir Running in /home/jenkins/agent/workspace/TCK_run/download [Pipeline] { [Pipeline] copyArtifacts Copied 1 artifact from "TCK_Integrate_GlassFish" build number 8 [Pipeline] copyArtifacts Copied 1 artifact from "TCK_ts_jte" build number 9 [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Grab TCK bundle) [Pipeline] sh + cd /home/jenkins/agent/workspace/TCK_run/download + wget -q http://download.eclipse.org/ee4j/jakartaee-tck/jakartaee8-eftl/promoted/eclipse-connectors-tck-1.7.0.zip -O connectorstck.zip [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unzip TCK and GF) [Pipeline] sh + cd /home/jenkins/agent/workspace/TCK_run + unzip -q /home/jenkins/agent/workspace/TCK_run/download/glassfish.zip + unzip -q /home/jenkins/agent/workspace/TCK_run/download/connectorstck.zip [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Grab and unzip ANT) [Pipeline] sh + cd /home/jenkins/agent/workspace/TCK_run/download + wget -q http://mirror.koddos.net/apache/ant/binaries/apache-ant-1.9.14-bin.tar.gz -O ant.tar.gz + tar xfz ant.tar.gz + mkdir -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/tools/ant + cp -a /home/jenkins/agent/workspace/TCK_run/download/apache-ant-1.9.14/. /home/jenkins/agent/workspace/TCK_run/connectors-tck/tools/ant [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Replace ts.jte) [Pipeline] sh + yes + cp -rfv /home/jenkins/agent/workspace/TCK_run/download/ts.jte /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/ts.jte '/home/jenkins/agent/workspace/TCK_run/download/ts.jte' -> '/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/ts.jte' yes: standard output: Broken pipe [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Configure TCK) [Pipeline] sh + cd /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin + ant -Dwebcontainer.home=/home/jenkins/agent/workspace/TCK_run/glassfish5/glassfish -Dconnector.home=/home/jenkins/agent/workspace/TCK_run/glassfish5/glassfish config.vi Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 Buildfile: /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/build.xml [echo] ts.home = /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../.. [mkdir] Created dir: /home/jenkins/agent/workspace/TCK_run/connectors-tck/weblib [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin. Trying to override old definition of datatype string config.vi: [touch] Creating /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/tssql.stmt [echo] ts.home = /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin. checkPlatform: configUnix: [echo] on unix configWindows: convertPaths: configPlatform: filter.password.file: [copy] Copying 1 file to /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin start.appserver: [echo] ts.home = /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin. checkPlatform: configUnix: [echo] on unix configWindows: convertPaths: configPlatform: start.appserver.unix: [exec] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [exec] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [exec] Waiting for domain1 to start ......... [exec] Successfully started the domain : domain1 [exec] domain Location: /home/jenkins/agent/workspace/TCK_run/glassfish5/glassfish/domains/domain1 [exec] Log File: /home/jenkins/agent/workspace/TCK_run/glassfish5/glassfish/domains/domain1/logs/server.log [exec] Admin Port: 4848 [exec] Command start-domain executed successfully. [echo] The App Server is now available. [echo] ts.home = /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin. checkPlatform: configUnix: [echo] on unix configWindows: convertPaths: configPlatform: start.appserver.win: change.applicationRoot: copy.connector.jars: [copy] Copying 1 file to /home/jenkins/agent/workspace/TCK_run/glassfish5/glassfish/domains/domain1/lib/ext [copy] Copying 1 file to /home/jenkins/agent/workspace/TCK_run/glassfish5/glassfish/domains/domain1/lib/ext get.platform.edition: set.jmsPEBroker: set.jmsSEBroker: determine.jmsServer: [echo] Using MQ broker=imqbroker add.cts.users: [echo] ts.home = /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin. create-file-user: [copy] Copying 1 file to /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin [exec] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [exec] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [exec] Command create-file-user executed successfully. [echo] ts.home = /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin. create-file-user: [copy] Copying 1 file to /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin [exec] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [exec] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [exec] Command create-file-user executed successfully. [echo] ts.home = /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin. create-file-user: [copy] Copying 1 file to /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin [exec] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [exec] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [exec] Command create-file-user executed successfully. [echo] ****************************************** [echo] WEB PROFILE in use, JMS Users NOT Created. [echo] ****************************************** add.classpathsuffix: [echo] ts.home = /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin. set: [exec] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [exec] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [exec] server-config.java-config.classpath-suffix=/home/jenkins/agent/workspace/TCK_run/glassfish5/glassfish/lib/tsprovider.jar [exec] Command set executed successfully. set.orbport: [echo] ts.home = /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin. checkPlatform: configUnix: [echo] on unix configWindows: convertPaths: configPlatform: set.orbport.pe: [echo] ts.home = /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin. set: [exec] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [exec] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [exec] server-config.iiop-service.iiop-listener.orb-listener-1.port=3700 [exec] Command set executed successfully. [echo] ts.home = /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin. checkPlatform: configUnix: [echo] on unix configWindows: convertPaths: configPlatform: set.orbport.ee: checkForFiles: create.asadmin.bat: copy.server.policy: [copy] Copying 1 file to /home/jenkins/agent/workspace/TCK_run/glassfish5/glassfish/domains/domain1/config copy.client.policy: [copy] Copying 1 file to /home/jenkins/agent/workspace/TCK_run/glassfish5/glassfish/lib/appclient concat.security: generate.certs: add.cert: [echo] ts.home = /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin. checkPlatform: configUnix: [echo] on unix configWindows: convertPaths: configPlatform: checkForFiles: generate.certs: import.cert: [exec] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [exec] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [exec] Certificate was added to keystore [exec] [exec] Warning: [exec] The input uses the MD5withRSA signature algorithm which is considered a security risk. [echo] ts.home = /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin. add.cts.cert.into.nss.databases: set.http.ports: [echo] ts.home = /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin. checkPlatform: configUnix: [echo] on unix configWindows: convertPaths: configPlatform: set.http.ports.pe: [echo] ts.home = /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin. set: [exec] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [exec] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [exec] server-config.network-config.network-listeners.network-listener.http-listener-1.port=8001 [exec] Command set executed successfully. [echo] ts.home = /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin. set: [exec] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [exec] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [exec] server-config.network-config.network-listeners.network-listener.http-listener-2.port=8181 [exec] Command set executed successfully. [echo] ts.home = /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin. set: [exec] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [exec] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [exec] server-config.network-config.network-listeners.network-listener.http-listener-2.enabled=true [exec] Command set executed successfully. [echo] ts.home = /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin. checkPlatform: configUnix: [echo] on unix configWindows: convertPaths: configPlatform: set.http.ports.ee: config.vi: [echo] ts.home = /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin. checkPlatform: configUnix: [echo] on unix configWindows: convertPaths: configPlatform: restart.server: [echo] ts.home = /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin. checkPlatform: configUnix: [echo] on unix configWindows: convertPaths: configPlatform: stop-domain: [exec] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [exec] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [exec] Waiting for the domain to stop ........................................................... [exec] Command stop-domain failed. [exec] Timed out (60 seconds) waiting for the domain to stop. [exec] Result: 1 [echo] ts.home = /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin. checkPlatform: configUnix: [echo] on unix configWindows: convertPaths: configPlatform: start.appserver: [echo] ts.home = /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin. checkPlatform: configUnix: [echo] on unix configWindows: convertPaths: configPlatform: start.appserver.unix: [exec] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [exec] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [exec] Waiting for domain1 to start ..... [exec] Successfully started the domain : domain1 [exec] domain Location: /home/jenkins/agent/workspace/TCK_run/glassfish5/glassfish/domains/domain1 [exec] Log File: /home/jenkins/agent/workspace/TCK_run/glassfish5/glassfish/domains/domain1/logs/server.log [exec] Admin Port: 4848 [exec] Command start-domain executed successfully. [echo] The App Server is now available. [echo] ts.home = /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin. checkPlatform: configUnix: [echo] on unix configWindows: convertPaths: configPlatform: start.appserver.win: [echo] ts.home = /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin. checkPlatform: configUnix: [echo] on unix configWindows: configPlatform: config.connector: [copy] Copying 1 file to /home/jenkins/agent/workspace/TCK_run/glassfish5/glassfish/domains/domain1/lib/applibs [echo] ts.home = /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin. checkPlatform: configUnix: [echo] on unix configWindows: configPlatform: restart.server: [echo] ts.home = /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin. checkPlatform: configUnix: [echo] on unix configWindows: configPlatform: stop-domain: [exec] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [exec] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [exec] Waiting for the domain to stop ........................................................... [exec] Command stop-domain failed. [exec] Timed out (60 seconds) waiting for the domain to stop. [exec] Result: 1 [echo] ts.home = /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin. checkPlatform: configUnix: [echo] on unix configWindows: configPlatform: start.appserver: [echo] ts.home = /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin. checkPlatform: configUnix: [echo] on unix configWindows: configPlatform: start.appserver.unix: [exec] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [exec] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [exec] Waiting for domain1 to start ...... [exec] Successfully started the domain : domain1 [exec] domain Location: /home/jenkins/agent/workspace/TCK_run/glassfish5/glassfish/domains/domain1 [exec] Log File: /home/jenkins/agent/workspace/TCK_run/glassfish5/glassfish/domains/domain1/logs/server.log [exec] Admin Port: 4848 [exec] Command start-domain executed successfully. [echo] The App Server is now available. [echo] ts.home = /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin. checkPlatform: configUnix: [echo] on unix configWindows: configPlatform: start.appserver.win: [echo] ts.home = /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin. delete-jvm-options: [exec] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [exec] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [exec] No jvm-options were deleted (perhaps they never existed in the configuration) [exec] Command delete-jvm-options executed successfully. create-jvm-options: [exec] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [exec] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [exec] Created 7 option(s) [exec] Command create-jvm-options executed successfully. [echo] ts.home = /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin. checkPlatform: configUnix: [echo] on unix configWindows: configPlatform: create.security.eis.mappings: [echo] ts.home = /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin. delete-jvm-options: [exec] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [exec] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [exec] No jvm-options were deleted (perhaps they never existed in the configuration) [exec] Command delete-jvm-options executed successfully. create-jvm-options: [exec] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [exec] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [exec] Created 6 option(s) [exec] Command create-jvm-options executed successfully. [echo] ts.home = /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin. setup.all.rars.and.pools: [echo] ts.home = /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin. deploy.all.rars: [gf.echo] 1 archive(s) to deploy [copy] Copying 1 file to /home/jenkins/agent/workspace/TCK_run/glassfish5/glassfish/domains/domain1/autodeploy [gf.echo] Deploying archive: /home/jenkins/agent/workspace/TCK_run/connectors-tck/dist/com/sun/ts/tests/common/connector/whitebox/annotated/whitebox-anno_no_md.rar [gf.echo] Deployment Succeeded: whitebox-anno_no_md.rar [gf.echo] 18 archive(s) to deploy [copy] Copying 17 files to /home/jenkins/agent/workspace/TCK_run/glassfish5/glassfish/domains/domain1/autodeploy [gf.echo] Deploying archive: /home/jenkins/agent/workspace/TCK_run/connectors-tck/dist/com/sun/ts/tests/common/connector/whitebox/annotated/whitebox-anno_no_md.rar [gf.echo] Deployment Succeeded: whitebox-anno_no_md.rar [gf.echo] Deploying archive: /home/jenkins/agent/workspace/TCK_run/connectors-tck/dist/com/sun/ts/tests/common/connector/whitebox/ibanno/whitebox-ibanno_no_md.rar [gf.echo] Deployment Succeeded: whitebox-ibanno_no_md.rar [gf.echo] Deploying archive: /home/jenkins/agent/workspace/TCK_run/connectors-tck/dist/com/sun/ts/tests/common/connector/whitebox/mdcomplete/whitebox-mdcomplete.rar [gf.echo] Deployment Succeeded: whitebox-mdcomplete.rar [gf.echo] Deploying archive: /home/jenkins/agent/workspace/TCK_run/connectors-tck/dist/com/sun/ts/tests/common/connector/whitebox/mixedmode/whitebox-mixedmode.rar [gf.echo] Deployment Succeeded: whitebox-mixedmode.rar [gf.echo] Deploying archive: /home/jenkins/agent/workspace/TCK_run/connectors-tck/dist/com/sun/ts/tests/common/connector/whitebox/multianno/whitebox-multianno.rar [gf.echo] Deployment Succeeded: whitebox-multianno.rar [gf.echo] Deploying archive: /home/jenkins/agent/workspace/TCK_run/connectors-tck/dist/com/sun/ts/tests/common/connector/whitebox/old-dd-whitebox-notx-param.rar [gf.echo] Deployment Succeeded: old-dd-whitebox-notx-param.rar [gf.echo] Deploying archive: /home/jenkins/agent/workspace/TCK_run/connectors-tck/dist/com/sun/ts/tests/common/connector/whitebox/old-dd-whitebox-notx.rar [gf.echo] Deployment Succeeded: old-dd-whitebox-notx.rar [gf.echo] Deploying archive: /home/jenkins/agent/workspace/TCK_run/connectors-tck/dist/com/sun/ts/tests/common/connector/whitebox/old-dd-whitebox-tx-param.rar [gf.echo] Deployment Succeeded: old-dd-whitebox-tx-param.rar [gf.echo] Deploying archive: /home/jenkins/agent/workspace/TCK_run/connectors-tck/dist/com/sun/ts/tests/common/connector/whitebox/old-dd-whitebox-tx.rar [gf.echo] Deployment Succeeded: old-dd-whitebox-tx.rar [gf.echo] Deploying archive: /home/jenkins/agent/workspace/TCK_run/connectors-tck/dist/com/sun/ts/tests/common/connector/whitebox/old-dd-whitebox-xa-param.rar [gf.echo] Deployment Succeeded: old-dd-whitebox-xa-param.rar [gf.echo] Deploying archive: /home/jenkins/agent/workspace/TCK_run/connectors-tck/dist/com/sun/ts/tests/common/connector/whitebox/old-dd-whitebox-xa.rar [gf.echo] Deployment Succeeded: old-dd-whitebox-xa.rar [gf.echo] Deploying archive: /home/jenkins/agent/workspace/TCK_run/connectors-tck/dist/com/sun/ts/tests/common/connector/whitebox/permissiondd/whitebox-permissiondd.rar [gf.echo] Deployment Succeeded: whitebox-permissiondd.rar [gf.echo] Deploying archive: /home/jenkins/agent/workspace/TCK_run/connectors-tck/dist/com/sun/ts/tests/common/connector/whitebox/whitebox-notx-param.rar [gf.echo] Deployment Succeeded: whitebox-notx-param.rar [gf.echo] Deploying archive: /home/jenkins/agent/workspace/TCK_run/connectors-tck/dist/com/sun/ts/tests/common/connector/whitebox/whitebox-notx.rar [gf.echo] Deployment Succeeded: whitebox-notx.rar [gf.echo] Deploying archive: /home/jenkins/agent/workspace/TCK_run/connectors-tck/dist/com/sun/ts/tests/common/connector/whitebox/whitebox-tx-param.rar [gf.echo] Deployment Succeeded: whitebox-tx-param.rar [gf.echo] Deploying archive: /home/jenkins/agent/workspace/TCK_run/connectors-tck/dist/com/sun/ts/tests/common/connector/whitebox/whitebox-tx.rar [gf.echo] Deployment Succeeded: whitebox-tx.rar [gf.echo] Deploying archive: /home/jenkins/agent/workspace/TCK_run/connectors-tck/dist/com/sun/ts/tests/common/connector/whitebox/whitebox-xa-param.rar [gf.echo] Deployment Succeeded: whitebox-xa-param.rar [gf.echo] Deploying archive: /home/jenkins/agent/workspace/TCK_run/connectors-tck/dist/com/sun/ts/tests/common/connector/whitebox/whitebox-xa.rar [gf.echo] Deployment Succeeded: whitebox-xa.rar [echo] ts.home = /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin. checkPlatform: configUnix: [echo] on unix configWindows: configPlatform: create-connection-pools: [echo] ts.home = /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin. create-a-connection-pool: [exec] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [exec] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [exec] Connector connection pool cts-connector-pool-whitebox-tx.rar created. [exec] Command create-connector-connection-pool executed successfully. [echo] ts.home = /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin. create-a-connection-pool: [exec] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [exec] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [exec] Connector connection pool cts-connector-pool-whitebox-tx-param.rar created. [exec] Command create-connector-connection-pool executed successfully. [echo] ts.home = /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin. create-a-connection-pool: [exec] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [exec] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [exec] Connector connection pool cts-connector-pool-whitebox-xa.rar created. [exec] Command create-connector-connection-pool executed successfully. [echo] ts.home = /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin. create-a-connection-pool: [exec] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [exec] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [exec] Connector connection pool cts-connector-pool-whitebox-xa-param.rar created. [exec] Command create-connector-connection-pool executed successfully. [echo] ts.home = /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin. create-a-connection-pool: [exec] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [exec] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [exec] Connector connection pool cts-connector-pool-whitebox-notx.rar created. [exec] Command create-connector-connection-pool executed successfully. [echo] ts.home = /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin. create-a-connection-pool: [exec] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [exec] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [exec] Connector connection pool cts-connector-pool-whitebox-notx-param.rar created. [exec] Command create-connector-connection-pool executed successfully. [echo] ts.home = /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin. create-a-connection-pool: [exec] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [exec] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [exec] Connector connection pool cts-connector-pool-whitebox-anno_no_md.rar created. [exec] Command create-connector-connection-pool executed successfully. [echo] ts.home = /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin. create-a-connection-pool: [exec] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [exec] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [exec] Connector connection pool cts-connector-pool-whitebox-ibanno_no_md.rar created. [exec] Command create-connector-connection-pool executed successfully. [echo] ts.home = /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin. create-a-connection-pool: [exec] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [exec] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [exec] Connector connection pool cts-connector-pool-whitebox-mixedmode.rar created. [exec] Command create-connector-connection-pool executed successfully. [echo] ts.home = /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin. create-a-connection-pool: [exec] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [exec] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [exec] Connector connection pool cts-connector-pool-whitebox-mdcomplete.rar created. [exec] Command create-connector-connection-pool executed successfully. [echo] ts.home = /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin. create-a-connection-pool: [exec] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [exec] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [exec] Connector connection pool cts-connector-pool-whitebox-multianno.rar created. [exec] Command create-connector-connection-pool executed successfully. [echo] ts.home = /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin. create-a-connection-pool: [exec] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [exec] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [exec] Connector connection pool cts-connector-pool-old-dd-whitebox-tx.rar created. [exec] Command create-connector-connection-pool executed successfully. [echo] ts.home = /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin. create-a-connection-pool: [exec] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [exec] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [exec] Connector connection pool cts-connector-pool-old-dd-whitebox-xa.rar created. [exec] Command create-connector-connection-pool executed successfully. [echo] ts.home = /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin. create-a-connection-pool: [exec] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [exec] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [exec] Connector connection pool cts-connector-pool-old-dd-whitebox-notx.rar created. [exec] Command create-connector-connection-pool executed successfully. [echo] ts.home = /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin. create-a-connection-pool: [exec] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [exec] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [exec] Connector connection pool cts-connector-pool-old-dd-whitebox-notx-param.rar created. [exec] Command create-connector-connection-pool executed successfully. [echo] ts.home = /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin. create-a-connection-pool: [exec] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [exec] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [exec] Connector connection pool cts-connector-pool-old-dd-whitebox-tx-param.rar created. [exec] Command create-connector-connection-pool executed successfully. [echo] ts.home = /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin. create-a-connection-pool: [exec] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [exec] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [exec] Connector connection pool cts-connector-pool-old-dd-whitebox-xa-param.rar created. [exec] Command create-connector-connection-pool executed successfully. [echo] ts.home = /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin. create-a-connection-pool: [exec] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [exec] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [exec] Connector connection pool cts-connector-pool-whitebox-permissiondd.rar created. [exec] Command create-connector-connection-pool executed successfully. [echo] ts.home = /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin. checkPlatform: configUnix: [echo] on unix configWindows: configPlatform: create-connection-resources: [echo] ts.home = /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin. create-a-connector-resource: [echo] jndiName = java:comp/env/eis/whitebox-tx [echo] jndiName.minus.prefix = eis/whitebox-tx [exec] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [exec] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [exec] Connector resource eis/whitebox-tx created. [exec] Command create-connector-resource executed successfully. [echo] ts.home = /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin. create-a-connector-resource: [echo] jndiName = java:comp/env/eis/whitebox-tx-param [echo] jndiName.minus.prefix = eis/whitebox-tx-param [exec] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [exec] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [exec] Connector resource eis/whitebox-tx-param created. [exec] Command create-connector-resource executed successfully. [echo] ts.home = /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin. create-a-connector-resource: [echo] jndiName = java:comp/env/eis/whitebox-xa [echo] jndiName.minus.prefix = eis/whitebox-xa [exec] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [exec] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [exec] Connector resource eis/whitebox-xa created. [exec] Command create-connector-resource executed successfully. [echo] ts.home = /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin. create-a-connector-resource: [echo] jndiName = java:comp/env/eis/whitebox-xa-param [echo] jndiName.minus.prefix = eis/whitebox-xa-param [exec] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [exec] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [exec] Connector resource eis/whitebox-xa-param created. [exec] Command create-connector-resource executed successfully. [echo] ts.home = /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin. create-a-connector-resource: [echo] jndiName = java:comp/env/eis/whitebox-notx [echo] jndiName.minus.prefix = eis/whitebox-notx [exec] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [exec] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [exec] Connector resource eis/whitebox-notx created. [exec] Command create-connector-resource executed successfully. [echo] ts.home = /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin. create-a-connector-resource: [echo] jndiName = java:comp/env/eis/whitebox-notx-param [echo] jndiName.minus.prefix = eis/whitebox-notx-param [exec] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [exec] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [exec] Connector resource eis/whitebox-notx-param created. [exec] Command create-connector-resource executed successfully. [echo] ts.home = /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin. create-a-connector-resource: [echo] jndiName = java:comp/env/eis/whitebox-anno_no_md [echo] jndiName.minus.prefix = eis/whitebox-anno_no_md [exec] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [exec] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [exec] Connector resource eis/whitebox-anno_no_md created. [exec] Command create-connector-resource executed successfully. [echo] ts.home = /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin. create-a-connector-resource: [echo] jndiName = java:comp/env/eis/whitebox-ibanno_no_md [echo] jndiName.minus.prefix = eis/whitebox-ibanno_no_md [exec] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [exec] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [exec] Connector resource eis/whitebox-ibanno_no_md created. [exec] Command create-connector-resource executed successfully. [echo] ts.home = /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin. create-a-connector-resource: [echo] jndiName = java:comp/env/eis/whitebox-mixedmode [echo] jndiName.minus.prefix = eis/whitebox-mixedmode [exec] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [exec] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [exec] Connector resource eis/whitebox-mixedmode created. [exec] Command create-connector-resource executed successfully. [echo] ts.home = /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin. create-a-connector-resource: [echo] jndiName = java:comp/env/eis/whitebox-mdcomplete [echo] jndiName.minus.prefix = eis/whitebox-mdcomplete [exec] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [exec] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [exec] Connector resource eis/whitebox-mdcomplete created. [exec] Command create-connector-resource executed successfully. [echo] ts.home = /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin. create-a-connector-resource: [echo] jndiName = java:comp/env/eis/whitebox-multianno [echo] jndiName.minus.prefix = eis/whitebox-multianno [exec] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [exec] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [exec] Connector resource eis/whitebox-multianno created. [exec] Command create-connector-resource executed successfully. [echo] ts.home = /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin. create-a-connector-resource: [echo] jndiName = java:comp/env/eis/oldwhitebox-tx [echo] jndiName.minus.prefix = eis/oldwhitebox-tx [exec] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [exec] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [exec] Connector resource eis/oldwhitebox-tx created. [exec] Command create-connector-resource executed successfully. [echo] ts.home = /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin. create-a-connector-resource: [echo] jndiName = java:comp/env/eis/oldwhitebox-notx [echo] jndiName.minus.prefix = eis/oldwhitebox-notx [exec] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [exec] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [exec] Connector resource eis/oldwhitebox-notx created. [exec] Command create-connector-resource executed successfully. [echo] ts.home = /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin. create-a-connector-resource: [echo] jndiName = java:comp/env/eis/oldwhitebox-xa [echo] jndiName.minus.prefix = eis/oldwhitebox-xa [exec] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [exec] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [exec] Connector resource eis/oldwhitebox-xa created. [exec] Command create-connector-resource executed successfully. [echo] ts.home = /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin. create-a-connector-resource: [echo] jndiName = java:comp/env/eis/oldwhitebox-tx-param [echo] jndiName.minus.prefix = eis/oldwhitebox-tx-param [exec] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [exec] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [exec] Connector resource eis/oldwhitebox-tx-param created. [exec] Command create-connector-resource executed successfully. [echo] ts.home = /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin. create-a-connector-resource: [echo] jndiName = java:comp/env/eis/oldwhitebox-notx-param [echo] jndiName.minus.prefix = eis/oldwhitebox-notx-param [exec] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [exec] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [exec] Connector resource eis/oldwhitebox-notx-param created. [exec] Command create-connector-resource executed successfully. [echo] ts.home = /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin. create-a-connector-resource: [echo] jndiName = java:comp/env/eis/oldwhitebox-xa-param [echo] jndiName.minus.prefix = eis/oldwhitebox-xa-param [exec] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [exec] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [exec] Connector resource eis/oldwhitebox-xa-param created. [exec] Command create-connector-resource executed successfully. [echo] ts.home = /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin. create-a-connector-resource: [echo] jndiName = java:comp/env/eis/whitebox-permissiondd [echo] jndiName.minus.prefix = eis/whitebox-permissiondd [exec] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [exec] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [exec] Connector resource eis/whitebox-permissiondd created. [exec] Command create-connector-resource executed successfully. [echo] ts.home = /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin. checkPlatform: configUnix: [echo] on unix configWindows: convertPaths: configPlatform: restart.server: [echo] ts.home = /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin. checkPlatform: configUnix: [echo] on unix configWindows: convertPaths: configPlatform: stop-domain: [exec] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [exec] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [exec] Waiting for the domain to stop ........................................................... [exec] Command stop-domain failed. [exec] Timed out (60 seconds) waiting for the domain to stop. [exec] Result: 1 [echo] ts.home = /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin. checkPlatform: configUnix: [echo] on unix configWindows: convertPaths: configPlatform: start.appserver: [echo] ts.home = /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin. checkPlatform: configUnix: [echo] on unix configWindows: convertPaths: configPlatform: start.appserver.unix: [exec] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [exec] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [exec] Waiting for domain1 to start ............ [exec] Successfully started the domain : domain1 [exec] domain Location: /home/jenkins/agent/workspace/TCK_run/glassfish5/glassfish/domains/domain1 [exec] Log File: /home/jenkins/agent/workspace/TCK_run/glassfish5/glassfish/domains/domain1/logs/server.log [exec] Admin Port: 4848 [exec] Command start-domain executed successfully. [echo] The App Server is now available. [echo] ts.home = /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin. checkPlatform: configUnix: [echo] on unix configWindows: convertPaths: configPlatform: start.appserver.win: [echo] ts.home = /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin. vi.perms: BUILD SUCCESSFUL Total time: 4 minutes 38 seconds [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Deploy TCK tests) [Pipeline] sh + cd /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin + ant -Dwebcontainer.home=/home/jenkins/agent/workspace/TCK_run/glassfish5/glassfish -Dconnector.home=/home/jenkins/agent/workspace/TCK_run/glassfish5/glassfish deploy.all Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 Buildfile: /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/build.xml [echo] ts.home = /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin. Trying to override old definition of datatype string setup.archive.set: deploy.all: [echo] keywords=${keywords} [echo] keywords.direction.forward=true [echo] keywords.direction.reverse=true [echo] ts.home = /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin. -deploy.all: [gf.echo] 0 archive(s) to undeploy [copy] Copying 1 file to /home/jenkins/agent/workspace/TCK_run/connectors-tck/tmp [gf.echo] Looking at /home/jenkins/agent/workspace/TCK_run/connectors-tck/dist/com/sun/ts/tests/connector/annotations/anno/annotations_connectorservlet_vehicle_web.war [jar] Updating jar: /home/jenkins/agent/workspace/TCK_run/connectors-tck/dist/com/sun/ts/tests/connector/annotations/anno/annotations_connectorservlet_vehicle_web.war [gf.echo] Added sun xml file(s) to /home/jenkins/agent/workspace/TCK_run/connectors-tck/dist/com/sun/ts/tests/connector/annotations/anno/annotations_connectorservlet_vehicle_web.war [copy] Copying 1 file to /home/jenkins/agent/workspace/TCK_run/connectors-tck/tmp [gf.echo] Looking at /home/jenkins/agent/workspace/TCK_run/connectors-tck/dist/com/sun/ts/tests/connector/annotations/mdcomplete/mdcomplete_connectorservlet_vehicle_web.war [jar] Updating jar: /home/jenkins/agent/workspace/TCK_run/connectors-tck/dist/com/sun/ts/tests/connector/annotations/mdcomplete/mdcomplete_connectorservlet_vehicle_web.war [gf.echo] Added sun xml file(s) to /home/jenkins/agent/workspace/TCK_run/connectors-tck/dist/com/sun/ts/tests/connector/annotations/mdcomplete/mdcomplete_connectorservlet_vehicle_web.war [copy] Copying 1 file to /home/jenkins/agent/workspace/TCK_run/connectors-tck/tmp [gf.echo] Looking at /home/jenkins/agent/workspace/TCK_run/connectors-tck/dist/com/sun/ts/tests/connector/annotations/partialanno/partialanno_connectorservlet_vehicle_web.war [jar] Updating jar: /home/jenkins/agent/workspace/TCK_run/connectors-tck/dist/com/sun/ts/tests/connector/annotations/partialanno/partialanno_connectorservlet_vehicle_web.war [gf.echo] Added sun xml file(s) to /home/jenkins/agent/workspace/TCK_run/connectors-tck/dist/com/sun/ts/tests/connector/annotations/partialanno/partialanno_connectorservlet_vehicle_web.war [copy] Copying 1 file to /home/jenkins/agent/workspace/TCK_run/connectors-tck/tmp [gf.echo] Looking at /home/jenkins/agent/workspace/TCK_run/connectors-tck/dist/com/sun/ts/tests/connector/connManager/connManager_connectorservlet_vehicle_web.war [jar] Updating jar: /home/jenkins/agent/workspace/TCK_run/connectors-tck/dist/com/sun/ts/tests/connector/connManager/connManager_connectorservlet_vehicle_web.war [gf.echo] Added sun xml file(s) to /home/jenkins/agent/workspace/TCK_run/connectors-tck/dist/com/sun/ts/tests/connector/connManager/connManager_connectorservlet_vehicle_web.war [copy] Copying 1 file to /home/jenkins/agent/workspace/TCK_run/connectors-tck/tmp [gf.echo] Looking at /home/jenkins/agent/workspace/TCK_run/connectors-tck/dist/com/sun/ts/tests/connector/localTx/compat/localTx_compat_connectorservlet_vehicle_web.war [jar] Updating jar: /home/jenkins/agent/workspace/TCK_run/connectors-tck/dist/com/sun/ts/tests/connector/localTx/compat/localTx_compat_connectorservlet_vehicle_web.war [gf.echo] Added sun xml file(s) to /home/jenkins/agent/workspace/TCK_run/connectors-tck/dist/com/sun/ts/tests/connector/localTx/compat/localTx_compat_connectorservlet_vehicle_web.war [copy] Copying 1 file to /home/jenkins/agent/workspace/TCK_run/connectors-tck/tmp [gf.echo] Looking at /home/jenkins/agent/workspace/TCK_run/connectors-tck/dist/com/sun/ts/tests/connector/localTx/connection/localTx_conn_connectorservlet_vehicle_web.war [jar] Updating jar: /home/jenkins/agent/workspace/TCK_run/connectors-tck/dist/com/sun/ts/tests/connector/localTx/connection/localTx_conn_connectorservlet_vehicle_web.war [gf.echo] Added sun xml file(s) to /home/jenkins/agent/workspace/TCK_run/connectors-tck/dist/com/sun/ts/tests/connector/localTx/connection/localTx_conn_connectorservlet_vehicle_web.war [copy] Copying 1 file to /home/jenkins/agent/workspace/TCK_run/connectors-tck/tmp [gf.echo] Looking at /home/jenkins/agent/workspace/TCK_run/connectors-tck/dist/com/sun/ts/tests/connector/localTx/event/localTx_event_connectorservlet_vehicle_web.war [jar] Updating jar: /home/jenkins/agent/workspace/TCK_run/connectors-tck/dist/com/sun/ts/tests/connector/localTx/event/localTx_event_connectorservlet_vehicle_web.war [gf.echo] Added sun xml file(s) to /home/jenkins/agent/workspace/TCK_run/connectors-tck/dist/com/sun/ts/tests/connector/localTx/event/localTx_event_connectorservlet_vehicle_web.war [copy] Copying 1 file to /home/jenkins/agent/workspace/TCK_run/connectors-tck/tmp [gf.echo] Looking at /home/jenkins/agent/workspace/TCK_run/connectors-tck/dist/com/sun/ts/tests/connector/localTx/lifecycle/localTx_lifecycle_connectorservlet_vehicle_web.war [jar] Updating jar: /home/jenkins/agent/workspace/TCK_run/connectors-tck/dist/com/sun/ts/tests/connector/localTx/lifecycle/localTx_lifecycle_connectorservlet_vehicle_web.war [gf.echo] Added sun xml file(s) to /home/jenkins/agent/workspace/TCK_run/connectors-tck/dist/com/sun/ts/tests/connector/localTx/lifecycle/localTx_lifecycle_connectorservlet_vehicle_web.war [copy] Copying 1 file to /home/jenkins/agent/workspace/TCK_run/connectors-tck/tmp [gf.echo] Looking at /home/jenkins/agent/workspace/TCK_run/connectors-tck/dist/com/sun/ts/tests/connector/localTx/security/localTx_security_connectorservlet_vehicle_web.war [jar] Updating jar: /home/jenkins/agent/workspace/TCK_run/connectors-tck/dist/com/sun/ts/tests/connector/localTx/security/localTx_security_connectorservlet_vehicle_web.war [gf.echo] Added sun xml file(s) to /home/jenkins/agent/workspace/TCK_run/connectors-tck/dist/com/sun/ts/tests/connector/localTx/security/localTx_security_connectorservlet_vehicle_web.war [gf.echo] Looking at /home/jenkins/agent/workspace/TCK_run/connectors-tck/dist/com/sun/ts/tests/connector/localTx/transinflow/localTx_transinflow_connectorservlet_vehicle_web.war [gf.echo] Added sun xml file(s) to /home/jenkins/agent/workspace/TCK_run/connectors-tck/dist/com/sun/ts/tests/connector/localTx/transinflow/localTx_transinflow_connectorservlet_vehicle_web.war [copy] Copying 1 file to /home/jenkins/agent/workspace/TCK_run/connectors-tck/tmp [gf.echo] Looking at /home/jenkins/agent/workspace/TCK_run/connectors-tck/dist/com/sun/ts/tests/connector/localTx/workcontext/workcontext_connectorservlet_vehicle_web.war [jar] Updating jar: /home/jenkins/agent/workspace/TCK_run/connectors-tck/dist/com/sun/ts/tests/connector/localTx/workcontext/workcontext_connectorservlet_vehicle_web.war [gf.echo] Added sun xml file(s) to /home/jenkins/agent/workspace/TCK_run/connectors-tck/dist/com/sun/ts/tests/connector/localTx/workcontext/workcontext_connectorservlet_vehicle_web.war [copy] Copying 1 file to /home/jenkins/agent/workspace/TCK_run/connectors-tck/tmp [gf.echo] Looking at /home/jenkins/agent/workspace/TCK_run/connectors-tck/dist/com/sun/ts/tests/connector/localTx/workmgt/localTx_workmgt_connectorservlet_vehicle_web.war [jar] Updating jar: /home/jenkins/agent/workspace/TCK_run/connectors-tck/dist/com/sun/ts/tests/connector/localTx/workmgt/localTx_workmgt_connectorservlet_vehicle_web.war [gf.echo] Added sun xml file(s) to /home/jenkins/agent/workspace/TCK_run/connectors-tck/dist/com/sun/ts/tests/connector/localTx/workmgt/localTx_workmgt_connectorservlet_vehicle_web.war [copy] Copying 1 file to /home/jenkins/agent/workspace/TCK_run/connectors-tck/tmp [gf.echo] Looking at /home/jenkins/agent/workspace/TCK_run/connectors-tck/dist/com/sun/ts/tests/connector/noTx/compat/compat_connectorservlet_vehicle_web.war [jar] Updating jar: /home/jenkins/agent/workspace/TCK_run/connectors-tck/dist/com/sun/ts/tests/connector/noTx/compat/compat_connectorservlet_vehicle_web.war [gf.echo] Added sun xml file(s) to /home/jenkins/agent/workspace/TCK_run/connectors-tck/dist/com/sun/ts/tests/connector/noTx/compat/compat_connectorservlet_vehicle_web.war [copy] Copying 1 file to /home/jenkins/agent/workspace/TCK_run/connectors-tck/tmp [gf.echo] Looking at /home/jenkins/agent/workspace/TCK_run/connectors-tck/dist/com/sun/ts/tests/connector/noTx/connection/connection_connectorservlet_vehicle_web.war [jar] Updating jar: /home/jenkins/agent/workspace/TCK_run/connectors-tck/dist/com/sun/ts/tests/connector/noTx/connection/connection_connectorservlet_vehicle_web.war [gf.echo] Added sun xml file(s) to /home/jenkins/agent/workspace/TCK_run/connectors-tck/dist/com/sun/ts/tests/connector/noTx/connection/connection_connectorservlet_vehicle_web.war [copy] Copying 1 file to /home/jenkins/agent/workspace/TCK_run/connectors-tck/tmp [gf.echo] Looking at /home/jenkins/agent/workspace/TCK_run/connectors-tck/dist/com/sun/ts/tests/connector/noTx/event/event_connectorservlet_vehicle_web.war [jar] Updating jar: /home/jenkins/agent/workspace/TCK_run/connectors-tck/dist/com/sun/ts/tests/connector/noTx/event/event_connectorservlet_vehicle_web.war [gf.echo] Added sun xml file(s) to /home/jenkins/agent/workspace/TCK_run/connectors-tck/dist/com/sun/ts/tests/connector/noTx/event/event_connectorservlet_vehicle_web.war [copy] Copying 1 file to /home/jenkins/agent/workspace/TCK_run/connectors-tck/tmp [gf.echo] Looking at /home/jenkins/agent/workspace/TCK_run/connectors-tck/dist/com/sun/ts/tests/connector/noTx/lifecycle/lifecycle_connectorservlet_vehicle_web.war [jar] Updating jar: /home/jenkins/agent/workspace/TCK_run/connectors-tck/dist/com/sun/ts/tests/connector/noTx/lifecycle/lifecycle_connectorservlet_vehicle_web.war [gf.echo] Added sun xml file(s) to /home/jenkins/agent/workspace/TCK_run/connectors-tck/dist/com/sun/ts/tests/connector/noTx/lifecycle/lifecycle_connectorservlet_vehicle_web.war [copy] Copying 1 file to /home/jenkins/agent/workspace/TCK_run/connectors-tck/tmp [gf.echo] Looking at /home/jenkins/agent/workspace/TCK_run/connectors-tck/dist/com/sun/ts/tests/connector/noTx/security/security_connectorservlet_vehicle_web.war [jar] Updating jar: /home/jenkins/agent/workspace/TCK_run/connectors-tck/dist/com/sun/ts/tests/connector/noTx/security/security_connectorservlet_vehicle_web.war [gf.echo] Added sun xml file(s) to /home/jenkins/agent/workspace/TCK_run/connectors-tck/dist/com/sun/ts/tests/connector/noTx/security/security_connectorservlet_vehicle_web.war [copy] Copying 1 file to /home/jenkins/agent/workspace/TCK_run/connectors-tck/tmp [gf.echo] Looking at /home/jenkins/agent/workspace/TCK_run/connectors-tck/dist/com/sun/ts/tests/connector/noTx/workmgt/workmgt_connectorservlet_vehicle_web.war [jar] Updating jar: /home/jenkins/agent/workspace/TCK_run/connectors-tck/dist/com/sun/ts/tests/connector/noTx/workmgt/workmgt_connectorservlet_vehicle_web.war [gf.echo] Added sun xml file(s) to /home/jenkins/agent/workspace/TCK_run/connectors-tck/dist/com/sun/ts/tests/connector/noTx/workmgt/workmgt_connectorservlet_vehicle_web.war [copy] Copying 1 file to /home/jenkins/agent/workspace/TCK_run/connectors-tck/tmp [gf.echo] Looking at /home/jenkins/agent/workspace/TCK_run/connectors-tck/dist/com/sun/ts/tests/connector/permissiondd/permissiondd_connectorservlet_vehicle_web.war [jar] Updating jar: /home/jenkins/agent/workspace/TCK_run/connectors-tck/dist/com/sun/ts/tests/connector/permissiondd/permissiondd_connectorservlet_vehicle_web.war [gf.echo] Added sun xml file(s) to /home/jenkins/agent/workspace/TCK_run/connectors-tck/dist/com/sun/ts/tests/connector/permissiondd/permissiondd_connectorservlet_vehicle_web.war [copy] Copying 1 file to /home/jenkins/agent/workspace/TCK_run/connectors-tck/tmp [gf.echo] Looking at /home/jenkins/agent/workspace/TCK_run/connectors-tck/dist/com/sun/ts/tests/connector/xa/compat/xa_compat_connectorservlet_vehicle_web.war [jar] Updating jar: /home/jenkins/agent/workspace/TCK_run/connectors-tck/dist/com/sun/ts/tests/connector/xa/compat/xa_compat_connectorservlet_vehicle_web.war [gf.echo] Added sun xml file(s) to /home/jenkins/agent/workspace/TCK_run/connectors-tck/dist/com/sun/ts/tests/connector/xa/compat/xa_compat_connectorservlet_vehicle_web.war [copy] Copying 1 file to /home/jenkins/agent/workspace/TCK_run/connectors-tck/tmp [gf.echo] Looking at /home/jenkins/agent/workspace/TCK_run/connectors-tck/dist/com/sun/ts/tests/connector/xa/connection/xa_connection_connectorservlet_vehicle_web.war [jar] Updating jar: /home/jenkins/agent/workspace/TCK_run/connectors-tck/dist/com/sun/ts/tests/connector/xa/connection/xa_connection_connectorservlet_vehicle_web.war [gf.echo] Added sun xml file(s) to /home/jenkins/agent/workspace/TCK_run/connectors-tck/dist/com/sun/ts/tests/connector/xa/connection/xa_connection_connectorservlet_vehicle_web.war [copy] Copying 1 file to /home/jenkins/agent/workspace/TCK_run/connectors-tck/tmp [gf.echo] Looking at /home/jenkins/agent/workspace/TCK_run/connectors-tck/dist/com/sun/ts/tests/connector/xa/event/xa_event_connectorservlet_vehicle_web.war [jar] Updating jar: /home/jenkins/agent/workspace/TCK_run/connectors-tck/dist/com/sun/ts/tests/connector/xa/event/xa_event_connectorservlet_vehicle_web.war [gf.echo] Added sun xml file(s) to /home/jenkins/agent/workspace/TCK_run/connectors-tck/dist/com/sun/ts/tests/connector/xa/event/xa_event_connectorservlet_vehicle_web.war [copy] Copying 1 file to /home/jenkins/agent/workspace/TCK_run/connectors-tck/tmp [gf.echo] Looking at /home/jenkins/agent/workspace/TCK_run/connectors-tck/dist/com/sun/ts/tests/connector/xa/lifecycle/xa_lifecycle_connectorservlet_vehicle_web.war [jar] Updating jar: /home/jenkins/agent/workspace/TCK_run/connectors-tck/dist/com/sun/ts/tests/connector/xa/lifecycle/xa_lifecycle_connectorservlet_vehicle_web.war [gf.echo] Added sun xml file(s) to /home/jenkins/agent/workspace/TCK_run/connectors-tck/dist/com/sun/ts/tests/connector/xa/lifecycle/xa_lifecycle_connectorservlet_vehicle_web.war [copy] Copying 1 file to /home/jenkins/agent/workspace/TCK_run/connectors-tck/tmp [gf.echo] Looking at /home/jenkins/agent/workspace/TCK_run/connectors-tck/dist/com/sun/ts/tests/connector/xa/security/xa_security_connectorservlet_vehicle_web.war [jar] Updating jar: /home/jenkins/agent/workspace/TCK_run/connectors-tck/dist/com/sun/ts/tests/connector/xa/security/xa_security_connectorservlet_vehicle_web.war [gf.echo] Added sun xml file(s) to /home/jenkins/agent/workspace/TCK_run/connectors-tck/dist/com/sun/ts/tests/connector/xa/security/xa_security_connectorservlet_vehicle_web.war [copy] Copying 1 file to /home/jenkins/agent/workspace/TCK_run/connectors-tck/tmp [gf.echo] Looking at /home/jenkins/agent/workspace/TCK_run/connectors-tck/dist/com/sun/ts/tests/connector/xa/workmgt/xa_workmgt_connectorservlet_vehicle_web.war [jar] Updating jar: /home/jenkins/agent/workspace/TCK_run/connectors-tck/dist/com/sun/ts/tests/connector/xa/workmgt/xa_workmgt_connectorservlet_vehicle_web.war [gf.echo] Added sun xml file(s) to /home/jenkins/agent/workspace/TCK_run/connectors-tck/dist/com/sun/ts/tests/connector/xa/workmgt/xa_workmgt_connectorservlet_vehicle_web.war [gf.echo] 25 archive(s) to deploy [copy] Copying 25 files to /home/jenkins/agent/workspace/TCK_run/glassfish5/glassfish/domains/domain1/autodeploy [gf.echo] Deploying archive: /home/jenkins/agent/workspace/TCK_run/connectors-tck/dist/com/sun/ts/tests/connector/annotations/anno/annotations_connectorservlet_vehicle_web.war [gf.echo] Deployment Succeeded: annotations_connectorservlet_vehicle_web.war [gf.echo] Deploying archive: /home/jenkins/agent/workspace/TCK_run/connectors-tck/dist/com/sun/ts/tests/connector/annotations/mdcomplete/mdcomplete_connectorservlet_vehicle_web.war [gf.echo] Deployment Succeeded: mdcomplete_connectorservlet_vehicle_web.war [gf.echo] Deploying archive: /home/jenkins/agent/workspace/TCK_run/connectors-tck/dist/com/sun/ts/tests/connector/annotations/partialanno/partialanno_connectorservlet_vehicle_web.war [gf.echo] Deployment Succeeded: partialanno_connectorservlet_vehicle_web.war [gf.echo] Deploying archive: /home/jenkins/agent/workspace/TCK_run/connectors-tck/dist/com/sun/ts/tests/connector/connManager/connManager_connectorservlet_vehicle_web.war [gf.echo] Deployment Succeeded: connManager_connectorservlet_vehicle_web.war [gf.echo] Deploying archive: /home/jenkins/agent/workspace/TCK_run/connectors-tck/dist/com/sun/ts/tests/connector/localTx/compat/localTx_compat_connectorservlet_vehicle_web.war [gf.echo] Deployment Succeeded: localTx_compat_connectorservlet_vehicle_web.war [gf.echo] Deploying archive: /home/jenkins/agent/workspace/TCK_run/connectors-tck/dist/com/sun/ts/tests/connector/localTx/connection/localTx_conn_connectorservlet_vehicle_web.war [gf.echo] Deployment Succeeded: localTx_conn_connectorservlet_vehicle_web.war [gf.echo] Deploying archive: /home/jenkins/agent/workspace/TCK_run/connectors-tck/dist/com/sun/ts/tests/connector/localTx/event/localTx_event_connectorservlet_vehicle_web.war [gf.echo] Deployment Succeeded: localTx_event_connectorservlet_vehicle_web.war [gf.echo] Deploying archive: /home/jenkins/agent/workspace/TCK_run/connectors-tck/dist/com/sun/ts/tests/connector/localTx/lifecycle/localTx_lifecycle_connectorservlet_vehicle_web.war [gf.echo] Deployment Succeeded: localTx_lifecycle_connectorservlet_vehicle_web.war [gf.echo] Deploying archive: /home/jenkins/agent/workspace/TCK_run/connectors-tck/dist/com/sun/ts/tests/connector/localTx/security/localTx_security_connectorservlet_vehicle_web.war [gf.echo] Deployment Succeeded: localTx_security_connectorservlet_vehicle_web.war [gf.echo] Deploying archive: /home/jenkins/agent/workspace/TCK_run/connectors-tck/dist/com/sun/ts/tests/connector/localTx/transinflow/localTx_transinflow_connectorservlet_vehicle_web.war [gf.echo] Deployment Succeeded: localTx_transinflow_connectorservlet_vehicle_web.war [gf.echo] Deploying archive: /home/jenkins/agent/workspace/TCK_run/connectors-tck/dist/com/sun/ts/tests/connector/localTx/workcontext/workcontext_connectorservlet_vehicle_web.war [gf.echo] Deployment Succeeded: workcontext_connectorservlet_vehicle_web.war [gf.echo] Deploying archive: /home/jenkins/agent/workspace/TCK_run/connectors-tck/dist/com/sun/ts/tests/connector/localTx/workmgt/localTx_workmgt_connectorservlet_vehicle_web.war [gf.echo] Deployment Succeeded: localTx_workmgt_connectorservlet_vehicle_web.war [gf.echo] Deploying archive: /home/jenkins/agent/workspace/TCK_run/connectors-tck/dist/com/sun/ts/tests/connector/noTx/compat/compat_connectorservlet_vehicle_web.war [gf.echo] Deployment Succeeded: compat_connectorservlet_vehicle_web.war [gf.echo] Deploying archive: /home/jenkins/agent/workspace/TCK_run/connectors-tck/dist/com/sun/ts/tests/connector/noTx/connection/connection_connectorservlet_vehicle_web.war [gf.echo] Deployment Succeeded: connection_connectorservlet_vehicle_web.war [gf.echo] Deploying archive: /home/jenkins/agent/workspace/TCK_run/connectors-tck/dist/com/sun/ts/tests/connector/noTx/event/event_connectorservlet_vehicle_web.war [gf.echo] Deployment Succeeded: event_connectorservlet_vehicle_web.war [gf.echo] Deploying archive: /home/jenkins/agent/workspace/TCK_run/connectors-tck/dist/com/sun/ts/tests/connector/noTx/lifecycle/lifecycle_connectorservlet_vehicle_web.war [gf.echo] Deployment Succeeded: lifecycle_connectorservlet_vehicle_web.war [gf.echo] Deploying archive: /home/jenkins/agent/workspace/TCK_run/connectors-tck/dist/com/sun/ts/tests/connector/noTx/security/security_connectorservlet_vehicle_web.war [gf.echo] Deployment Succeeded: security_connectorservlet_vehicle_web.war [gf.echo] Deploying archive: /home/jenkins/agent/workspace/TCK_run/connectors-tck/dist/com/sun/ts/tests/connector/noTx/workmgt/workmgt_connectorservlet_vehicle_web.war [gf.echo] Deployment Succeeded: workmgt_connectorservlet_vehicle_web.war [gf.echo] Deploying archive: /home/jenkins/agent/workspace/TCK_run/connectors-tck/dist/com/sun/ts/tests/connector/permissiondd/permissiondd_connectorservlet_vehicle_web.war [gf.echo] Deployment Succeeded: permissiondd_connectorservlet_vehicle_web.war [gf.echo] Deploying archive: /home/jenkins/agent/workspace/TCK_run/connectors-tck/dist/com/sun/ts/tests/connector/xa/compat/xa_compat_connectorservlet_vehicle_web.war [gf.echo] Deployment Succeeded: xa_compat_connectorservlet_vehicle_web.war [gf.echo] Deploying archive: /home/jenkins/agent/workspace/TCK_run/connectors-tck/dist/com/sun/ts/tests/connector/xa/connection/xa_connection_connectorservlet_vehicle_web.war [gf.echo] Deployment Succeeded: xa_connection_connectorservlet_vehicle_web.war [gf.echo] Deploying archive: /home/jenkins/agent/workspace/TCK_run/connectors-tck/dist/com/sun/ts/tests/connector/xa/event/xa_event_connectorservlet_vehicle_web.war [gf.echo] Deployment Succeeded: xa_event_connectorservlet_vehicle_web.war [gf.echo] Deploying archive: /home/jenkins/agent/workspace/TCK_run/connectors-tck/dist/com/sun/ts/tests/connector/xa/lifecycle/xa_lifecycle_connectorservlet_vehicle_web.war [gf.echo] Deployment Succeeded: xa_lifecycle_connectorservlet_vehicle_web.war [gf.echo] Deploying archive: /home/jenkins/agent/workspace/TCK_run/connectors-tck/dist/com/sun/ts/tests/connector/xa/security/xa_security_connectorservlet_vehicle_web.war [gf.echo] Deployment Succeeded: xa_security_connectorservlet_vehicle_web.war [gf.echo] Deploying archive: /home/jenkins/agent/workspace/TCK_run/connectors-tck/dist/com/sun/ts/tests/connector/xa/workmgt/xa_workmgt_connectorservlet_vehicle_web.war [gf.echo] Deployment Succeeded: xa_workmgt_connectorservlet_vehicle_web.war BUILD SUCCESSFUL Total time: 14 seconds [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run TCK tests) [Pipeline] sh + cd /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin + ant -Dwebcontainer.home=/home/jenkins/agent/workspace/TCK_run/glassfish5/glassfish -Dconnector.home=/home/jenkins/agent/workspace/TCK_run/glassfish5/glassfish -Dri.lib=/home/jenkins/agent/workspace/TCK_run/glassfish5/glassfish/modules + run.all tee run.log Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 Buildfile: /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/build.xml [echo] ts.home = /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin. Trying to override old definition of datatype string run.all: [echo] Running all tests from the following directories... [echo] ts.home = /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../.. [echo] In a bundle [echo] The deliverable currently in use is /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin. init: set.keywords: [echo] keywords are set to: all set.prior.status: prior.status: check.results.mode: [echo] prior.status = pass,fail,error,notRun [echo] Results Mode is append check.existing.dirs: delete.existing.dirs: backup.work.dir: backup.report.dir: set.report.arg: prepare.work.report.dirs: [mkdir] Created dir: /home/jenkins/agent/workspace/TCK_run/JTwork get.client: check.selected.test: no.selected.test: check.java.options: no.java.options: translatepath: runclient: [translatepath] tests.string= com/sun/ts/tests/connector/localTx/workmgt com/sun/ts/tests/connector/localTx/security com/sun/ts/tests/connector/localTx/lifecycle com/sun/ts/tests/connector/localTx/event com/sun/ts/tests/connector/localTx/compat com/sun/ts/tests/connector/localTx/connection com/sun/ts/tests/connector/localTx/transinflow com/sun/ts/tests/connector/localTx/workcontext com/sun/ts/tests/connector/noTx/workmgt com/sun/ts/tests/connector/noTx/security com/sun/ts/tests/connector/noTx/lifecycle com/sun/ts/tests/connector/noTx/event com/sun/ts/tests/connector/noTx/compat com/sun/ts/tests/connector/noTx/connection com/sun/ts/tests/connector/xa/workmgt com/sun/ts/tests/connector/xa/security com/sun/ts/tests/connector/xa/lifecycle com/sun/ts/tests/connector/xa/event com/sun/ts/tests/connector/xa/compat com/sun/ts/tests/connector/xa/connection com/sun/ts/tests/connector/annotations com/sun/ts/tests/connector/permissiondd com/sun/ts/tests/connector/connManager com/sun/ts/tests/signaturetest/connector, does not contain '/src/' [javatest.batch] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [javatest.batch] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:54:22: Harness - Use BinaryTestFinder... [javatest.batch] Dec 12, 2019 11:54:24 AM Harness starting test run with configuration "ts_unix"... [javatest.batch] Starting tests [javatest.batch] 12-12-2019 11:54:24: Harness - startingTestRun - keywords set to: all [javatest.batch] 12-12-2019 11:54:24: Harness - harness.executeMode is set to "2" [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/annotations/anno/annotationClient.java#testConfigPropertyAnnotation_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:54:25: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:54:25: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:54:25: Harness - keywords (to be passed to tests) set to: all [javatest.batch] Loading /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../src/vehicle.properties [javatest.batch] 12-12-2019 11:54:25: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testConfigPropertyAnnotation -vehicle connectorservlet [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:54:25: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:54:25: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:54:25: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:54:25: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:54:25: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:54:25: Opened connection to http://localhost:8001/annotations_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:54:25: TRACE: got outputstream [javatest.batch] 12-12-2019 11:54:25: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:54:27: SVR-TRACE: init com.sun.ts.tests.common.vehicle.connectorservlet.ConnectorServletVehicle ... [javatest.batch] 12-12-2019 11:54:27: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:54:27: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:54:27: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:54:27: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:54:27: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:54:27: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:54:27: SVR-TRACE: --- Property Listing ---nullrapassword1=cts1nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=annotations_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullnamingServiceHost1=localhostnulltestName=testConfigPropertyAnnotationnullvehicle=connectorservletnullharness.log.delayseconds=1nullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nulltest_classname=com.sun.ts.tests.connector.annotations.anno.annotationClientnullwebServerHost=localhostnullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullrauser1=cts1nullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:54:27: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:54:27: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:54:27: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.annotations.anno.annotationClient [javatest.batch] 12-12-2019 11:54:27: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.annotations.anno.annotationClient [javatest.batch] 12-12-2019 11:54:27: SVR-TRACE: ** IN getRunMethod: testname=testConfigPropertyAnnotation [javatest.batch] 12-12-2019 11:54:27: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:54:27: SVR-TRACE: **runmethod=testConfigPropertyAnnotation [javatest.batch] 12-12-2019 11:54:27: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:54:27: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:54:27: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testConfigPropertyAnnotation_setup [javatest.batch] 12-12-2019 11:54:27: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:54:27: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:54:27: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:54:27: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testConfigPropertyAnnotation_cleanup [javatest.batch] 12-12-2019 11:54:27: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:54:27: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:54:27: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:54:27: SVR: Using: java:comp/env/eis/whitebox-anno_no_md [javatest.batch] 12-12-2019 11:54:27: SVR: ds1 lookup is not null [javatest.batch] 12-12-2019 11:54:27: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@3af108d7 [javatest.batch] 12-12-2019 11:54:27: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:54:27: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:54:27: SVR-TRACE: Got connection. [javatest.batch] 12-12-2019 11:54:27: SVR-TRACE: [AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, XAManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, cbTestCPCandPVC: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., cbTestCPCandGPC: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, enterred submitSICWork(), submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workStarted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=5, notifications test: contextSetupComplete(): count=6, notifications test: workCompleted(): count=7, notifications test: workCompleted(): count=7, Work Object Submitted, WorkListenerImpl.workAccepted, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, str) passed, SharingViolationException(str, throwable) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, Xid Committed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, TransactionContext supported by Server., RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, SecurityContext supported by Server., RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, HintsContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, NoTxManagedConnectionFactory setResourceAdapter 1, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), LocalTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, IBAnnoWorkManager Work Object Submitted, IBAnnoMessageListener.workAccepted, IBAnnoMessageListener.workStarted, NestWork.constructor, NestWork.run, IBAnnoMessageListener committed Xid, TransactionContext Work Object Submitted, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., FAILURE: validateCustomPermFromAppServer(), throwing AccessControlException., SUCCESS: validateLocalGrantForCustomPerm passed., SUCCESS: validateRequiredPermSet passed., SUCCESS: CTSPermission3_name doesnt exist and was caught., SUCCESS: validateMissingPermFails passed., SUCCESS: validateRestrictedLocalPerm passed., SUCCESS: validateLocalPermsInvalidName() threw expected AccessControlException, SUCCESS: validateLocalPermsInvalidName passed., PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, NestWork.run, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT] [javatest.batch] 12-12-2019 11:54:27: SVR: Methods called correctly [javatest.batch] 12-12-2019 11:54:27: SVR: Cleanup [javatest.batch] 12-12-2019 11:54:27: SVR-TRACE: Closing connection in cleanup. [javatest.batch] 12-12-2019 11:54:27: SVR: Test running in servlet vehicle passed [javatest.batch] 12-12-2019 11:54:27: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:54:27: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:54:28: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/annotations/anno/annotationClient.java#testConfigPropertyAnnotation_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 1 (1 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 138 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/annotations/anno/annotationClient.java#testConnectorAnnotation_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:54:29: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:54:29: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:54:29: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testConnectorAnnotation -vehicle connectorservlet [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:54:29: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:54:29: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:54:29: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:54:29: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:54:29: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:54:29: Opened connection to http://localhost:8001/annotations_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:54:29: TRACE: got outputstream [javatest.batch] 12-12-2019 11:54:29: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:54:29: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:54:29: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:54:29: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:54:29: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:54:29: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:54:29: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:54:29: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:54:29: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:54:30: SVR-TRACE: --- Property Listing ---nullrapassword1=cts1nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=annotations_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullnamingServiceHost1=localhostnulltestName=testConnectorAnnotationnullvehicle=connectorservletnullharness.log.delayseconds=1nullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nulltest_classname=com.sun.ts.tests.connector.annotations.anno.annotationClientnullwebServerHost=localhostnullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullrauser1=cts1nullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:54:30: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:54:30: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:54:30: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.annotations.anno.annotationClient [javatest.batch] 12-12-2019 11:54:30: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.annotations.anno.annotationClient [javatest.batch] 12-12-2019 11:54:30: SVR-TRACE: ** IN getRunMethod: testname=testConnectorAnnotation [javatest.batch] 12-12-2019 11:54:30: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:54:30: SVR-TRACE: **runmethod=testConnectorAnnotation [javatest.batch] 12-12-2019 11:54:30: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:54:30: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:54:30: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testConnectorAnnotation_setup [javatest.batch] 12-12-2019 11:54:30: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:54:30: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:54:30: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:54:30: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testConnectorAnnotation_cleanup [javatest.batch] 12-12-2019 11:54:30: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:54:30: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:54:30: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:54:30: SVR: Using: java:comp/env/eis/whitebox-anno_no_md [javatest.batch] 12-12-2019 11:54:30: SVR: ds1 lookup is not null [javatest.batch] 12-12-2019 11:54:30: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@644f97b8 [javatest.batch] 12-12-2019 11:54:30: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:54:30: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:54:30: SVR-TRACE: Got connection. [javatest.batch] 12-12-2019 11:54:30: SVR-TRACE: [AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, XAManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, cbTestCPCandPVC: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., cbTestCPCandGPC: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, enterred submitSICWork(), submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workStarted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=5, notifications test: contextSetupComplete(): count=6, notifications test: workCompleted(): count=7, notifications test: workCompleted(): count=7, Work Object Submitted, WorkListenerImpl.workAccepted, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, str) passed, SharingViolationException(str, throwable) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, Xid Committed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, TransactionContext supported by Server., RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, SecurityContext supported by Server., RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, HintsContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, NoTxManagedConnectionFactory setResourceAdapter 1, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), LocalTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, IBAnnoWorkManager Work Object Submitted, IBAnnoMessageListener.workAccepted, IBAnnoMessageListener.workStarted, NestWork.constructor, NestWork.run, IBAnnoMessageListener committed Xid, TransactionContext Work Object Submitted, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., FAILURE: validateCustomPermFromAppServer(), throwing AccessControlException., SUCCESS: validateLocalGrantForCustomPerm passed., SUCCESS: validateRequiredPermSet passed., SUCCESS: CTSPermission3_name doesnt exist and was caught., SUCCESS: validateMissingPermFails passed., SUCCESS: validateRestrictedLocalPerm passed., SUCCESS: validateLocalPermsInvalidName() threw expected AccessControlException, SUCCESS: validateLocalPermsInvalidName passed., PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, NestWork.run, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT] [javatest.batch] 12-12-2019 11:54:30: SVR: Methods called correctly [javatest.batch] 12-12-2019 11:54:30: SVR: Performing end to end verification... [javatest.batch] 12-12-2019 11:54:30: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 12-12-2019 11:54:30: SVR: Values inserted into table! [javatest.batch] 12-12-2019 11:54:30: SVR: Table has been dropped! [javatest.batch] 12-12-2019 11:54:30: SVR: Cleanup [javatest.batch] 12-12-2019 11:54:30: SVR-TRACE: Closing connection in cleanup. [javatest.batch] 12-12-2019 11:54:30: SVR: Test running in servlet vehicle passed [javatest.batch] 12-12-2019 11:54:31: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/annotations/anno/annotationClient.java#testConnectorAnnotation_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 2 (2 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 137 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/annotations/anno/annotationClient.java#testRAAccessibility_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:54:31: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:54:31: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:54:31: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testRAAccessibility -vehicle connectorservlet [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:54:31: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:54:31: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:54:31: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:54:31: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:54:31: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:54:32: Opened connection to http://localhost:8001/annotations_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:54:32: TRACE: got outputstream [javatest.batch] 12-12-2019 11:54:32: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:54:32: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:54:32: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:54:32: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:54:32: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:54:32: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:54:32: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:54:32: SVR-TRACE: --- Property Listing ---nullrapassword1=cts1nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=annotations_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullnamingServiceHost1=localhostnulltestName=testRAAccessibilitynullvehicle=connectorservletnullharness.log.delayseconds=1nullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nulltest_classname=com.sun.ts.tests.connector.annotations.anno.annotationClientnullwebServerHost=localhostnullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullrauser1=cts1nullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:54:32: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:54:32: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:54:32: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.annotations.anno.annotationClient [javatest.batch] 12-12-2019 11:54:32: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.annotations.anno.annotationClient [javatest.batch] 12-12-2019 11:54:32: SVR-TRACE: ** IN getRunMethod: testname=testRAAccessibility [javatest.batch] 12-12-2019 11:54:32: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:54:32: SVR-TRACE: **runmethod=testRAAccessibility [javatest.batch] 12-12-2019 11:54:32: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:54:32: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:54:32: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:54:32: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testRAAccessibility_setup [javatest.batch] 12-12-2019 11:54:32: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:54:32: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:54:32: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:54:32: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:54:32: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testRAAccessibility_cleanup [javatest.batch] 12-12-2019 11:54:32: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:54:32: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:54:32: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:54:32: SVR: Using: java:comp/env/eis/whitebox-anno_no_md [javatest.batch] 12-12-2019 11:54:32: SVR: ds1 lookup is not null [javatest.batch] 12-12-2019 11:54:32: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@941ec6a [javatest.batch] 12-12-2019 11:54:32: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:54:32: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:54:32: SVR-TRACE: Got connection. [javatest.batch] 12-12-2019 11:54:32: SVR-TRACE: [AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, XAManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, cbTestCPCandPVC: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., cbTestCPCandGPC: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, enterred submitSICWork(), submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workStarted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=5, notifications test: contextSetupComplete(): count=6, notifications test: workCompleted(): count=7, notifications test: workCompleted(): count=7, Work Object Submitted, WorkListenerImpl.workAccepted, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, str) passed, SharingViolationException(str, throwable) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, Xid Committed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, TransactionContext supported by Server., RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, SecurityContext supported by Server., RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, HintsContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, NoTxManagedConnectionFactory setResourceAdapter 1, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), LocalTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, IBAnnoWorkManager Work Object Submitted, IBAnnoMessageListener.workAccepted, IBAnnoMessageListener.workStarted, NestWork.constructor, NestWork.run, IBAnnoMessageListener committed Xid, TransactionContext Work Object Submitted, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., FAILURE: validateCustomPermFromAppServer(), throwing AccessControlException., SUCCESS: validateLocalGrantForCustomPerm passed., SUCCESS: validateRequiredPermSet passed., SUCCESS: CTSPermission3_name doesnt exist and was caught., SUCCESS: validateMissingPermFails passed., SUCCESS: validateRestrictedLocalPerm passed., SUCCESS: validateLocalPermsInvalidName() threw expected AccessControlException, SUCCESS: validateLocalPermsInvalidName passed., PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, NestWork.run, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test] [javatest.batch] 12-12-2019 11:54:32: SVR: Methods called correctly [javatest.batch] 12-12-2019 11:54:32: SVR: Cleanup [javatest.batch] 12-12-2019 11:54:32: SVR-TRACE: Closing connection in cleanup. [javatest.batch] 12-12-2019 11:54:32: SVR: Test running in servlet vehicle passed [javatest.batch] 12-12-2019 11:54:33: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/annotations/anno/annotationClient.java#testRAAccessibility_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 3 (3 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 136 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/annotations/anno/annotationClient.java#testSetterMethodConfigPropAnno_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:54:33: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:54:33: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:54:33: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testSetterMethodConfigPropAnno -vehicle connectorservlet [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:54:33: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:54:33: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:54:33: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:54:33: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:54:33: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:54:34: Opened connection to http://localhost:8001/annotations_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:54:34: TRACE: got outputstream [javatest.batch] 12-12-2019 11:54:34: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:54:34: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:54:34: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:54:34: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:54:34: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:54:34: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:54:34: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:54:34: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:54:34: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:54:34: SVR-TRACE: --- Property Listing ---nullrapassword1=cts1nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=annotations_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullnamingServiceHost1=localhostnulltestName=testSetterMethodConfigPropAnnonullvehicle=connectorservletnullharness.log.delayseconds=1nullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nulltest_classname=com.sun.ts.tests.connector.annotations.anno.annotationClientnullwebServerHost=localhostnullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullrauser1=cts1nullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:54:34: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:54:34: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:54:34: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.annotations.anno.annotationClient [javatest.batch] 12-12-2019 11:54:34: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.annotations.anno.annotationClient [javatest.batch] 12-12-2019 11:54:34: SVR-TRACE: ** IN getRunMethod: testname=testSetterMethodConfigPropAnno [javatest.batch] 12-12-2019 11:54:34: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:54:34: SVR-TRACE: **runmethod=testSetterMethodConfigPropAnno [javatest.batch] 12-12-2019 11:54:34: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:54:34: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:54:34: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testSetterMethodConfigPropAnno_setup [javatest.batch] 12-12-2019 11:54:34: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:54:34: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:54:34: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:54:34: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testSetterMethodConfigPropAnno_cleanup [javatest.batch] 12-12-2019 11:54:34: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:54:34: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:54:34: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:54:34: SVR: Using: java:comp/env/eis/whitebox-anno_no_md [javatest.batch] 12-12-2019 11:54:34: SVR: ds1 lookup is not null [javatest.batch] 12-12-2019 11:54:34: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@539b8322 [javatest.batch] 12-12-2019 11:54:34: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:54:34: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:54:34: SVR-TRACE: Got connection. [javatest.batch] 12-12-2019 11:54:34: SVR-TRACE: [AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, XAManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, cbTestCPCandPVC: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., cbTestCPCandGPC: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, enterred submitSICWork(), submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workStarted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=5, notifications test: contextSetupComplete(): count=6, notifications test: workCompleted(): count=7, notifications test: workCompleted(): count=7, Work Object Submitted, WorkListenerImpl.workAccepted, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, str) passed, SharingViolationException(str, throwable) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, Xid Committed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, TransactionContext supported by Server., RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, SecurityContext supported by Server., RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, HintsContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, NoTxManagedConnectionFactory setResourceAdapter 1, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), LocalTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, IBAnnoWorkManager Work Object Submitted, IBAnnoMessageListener.workAccepted, IBAnnoMessageListener.workStarted, NestWork.constructor, NestWork.run, IBAnnoMessageListener committed Xid, TransactionContext Work Object Submitted, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., FAILURE: validateCustomPermFromAppServer(), throwing AccessControlException., SUCCESS: validateLocalGrantForCustomPerm passed., SUCCESS: validateRequiredPermSet passed., SUCCESS: CTSPermission3_name doesnt exist and was caught., SUCCESS: validateMissingPermFails passed., SUCCESS: validateRestrictedLocalPerm passed., SUCCESS: validateLocalPermsInvalidName() threw expected AccessControlException, SUCCESS: validateLocalPermsInvalidName passed., PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, NestWork.run, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test] [javatest.batch] 12-12-2019 11:54:34: SVR: Methods called correctly [javatest.batch] 12-12-2019 11:54:34: SVR: Cleanup [javatest.batch] 12-12-2019 11:54:34: SVR-TRACE: Closing connection in cleanup. [javatest.batch] 12-12-2019 11:54:34: SVR: Test running in servlet vehicle passed [javatest.batch] 12-12-2019 11:54:35: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/annotations/anno/annotationClient.java#testSetterMethodConfigPropAnno_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 4 (4 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 135 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/annotations/mdcomplete/Client.java#testMDCompleteConfigProp_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:54:35: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:54:35: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:54:35: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testMDCompleteConfigProp -vehicle connectorservlet [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:54:36: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:54:36: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:54:36: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:54:36: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:54:36: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:54:36: Opened connection to http://localhost:8001/mdcomplete_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:54:36: TRACE: got outputstream [javatest.batch] 12-12-2019 11:54:36: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:54:36: SVR-TRACE: init com.sun.ts.tests.common.vehicle.connectorservlet.ConnectorServletVehicle ... [javatest.batch] 12-12-2019 11:54:36: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:54:36: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:54:36: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:54:36: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:54:36: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:54:36: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:54:36: SVR-TRACE: --- Property Listing ---nullrapassword1=cts1nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=mdcomplete_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnulltestName=testMDCompleteConfigPropnullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullharness.log.delayseconds=1nullvehicle=connectorservletnullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nullwebServerHost=localhostnulltest_classname=com.sun.ts.tests.connector.annotations.mdcomplete.Clientnullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullrauser1=cts1nullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:54:36: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:54:36: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:54:36: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.annotations.mdcomplete.Client [javatest.batch] 12-12-2019 11:54:36: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.annotations.mdcomplete.Client [javatest.batch] 12-12-2019 11:54:36: SVR-TRACE: ** IN getRunMethod: testname=testMDCompleteConfigProp [javatest.batch] 12-12-2019 11:54:36: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:54:36: SVR-TRACE: **runmethod=testMDCompleteConfigProp [javatest.batch] 12-12-2019 11:54:36: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:54:36: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:54:36: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testMDCompleteConfigProp_setup [javatest.batch] 12-12-2019 11:54:36: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:54:36: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:54:36: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:54:36: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testMDCompleteConfigProp_cleanup [javatest.batch] 12-12-2019 11:54:36: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:54:36: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:54:36: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:54:36: SVR: Using: java:comp/env/eis/whitebox-mdcomplete [javatest.batch] 12-12-2019 11:54:36: SVR: ds2 lookup is not null [javatest.batch] 12-12-2019 11:54:36: SVR: ds2 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@5c820b70 [javatest.batch] 12-12-2019 11:54:36: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:54:36: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:54:36: SVR-TRACE: Got connection. [javatest.batch] 12-12-2019 11:54:36: SVR-TRACE: [AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, XAManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, cbTestCPCandPVC: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., cbTestCPCandGPC: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, enterred submitSICWork(), submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workStarted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=5, notifications test: contextSetupComplete(): count=6, notifications test: workCompleted(): count=7, notifications test: workCompleted(): count=7, Work Object Submitted, WorkListenerImpl.workAccepted, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, str) passed, SharingViolationException(str, throwable) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, Xid Committed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, TransactionContext supported by Server., RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, SecurityContext supported by Server., RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, HintsContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, NoTxManagedConnectionFactory setResourceAdapter 1, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), LocalTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, IBAnnoWorkManager Work Object Submitted, IBAnnoMessageListener.workAccepted, IBAnnoMessageListener.workStarted, NestWork.constructor, NestWork.run, IBAnnoMessageListener committed Xid, TransactionContext Work Object Submitted, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., FAILURE: validateCustomPermFromAppServer(), throwing AccessControlException., SUCCESS: validateLocalGrantForCustomPerm passed., SUCCESS: validateRequiredPermSet passed., SUCCESS: CTSPermission3_name doesnt exist and was caught., SUCCESS: validateMissingPermFails passed., SUCCESS: validateRestrictedLocalPerm passed., SUCCESS: validateLocalPermsInvalidName() threw expected AccessControlException, SUCCESS: validateLocalPermsInvalidName passed., PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, NestWork.run, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called] [javatest.batch] 12-12-2019 11:54:36: SVR: testMDCompleteConfigProp called correctly [javatest.batch] 12-12-2019 11:54:36: SVR: Cleanup [javatest.batch] 12-12-2019 11:54:36: SVR-TRACE: Closing connection in cleanup. [javatest.batch] 12-12-2019 11:54:36: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:54:36: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:54:36: SVR: Test running in servlet vehicle passed [javatest.batch] 12-12-2019 11:54:37: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/annotations/mdcomplete/Client.java#testMDCompleteConfigProp_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 5 (5 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 134 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/annotations/mdcomplete/Client.java#testMDCompleteMCFAnno_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:54:38: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:54:38: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:54:38: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testMDCompleteMCFAnno -vehicle connectorservlet [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:54:38: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:54:38: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:54:38: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:54:38: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:54:38: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:54:38: Opened connection to http://localhost:8001/mdcomplete_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:54:38: TRACE: got outputstream [javatest.batch] 12-12-2019 11:54:38: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:54:39: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:54:39: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:54:39: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:54:39: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:54:39: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:54:39: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:54:39: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:54:39: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:54:39: SVR-TRACE: --- Property Listing ---nullrapassword1=cts1nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=mdcomplete_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnulltestName=testMDCompleteMCFAnnonullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullharness.log.delayseconds=1nullvehicle=connectorservletnullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nullwebServerHost=localhostnulltest_classname=com.sun.ts.tests.connector.annotations.mdcomplete.Clientnullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullrauser1=cts1nullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:54:39: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:54:39: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:54:39: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.annotations.mdcomplete.Client [javatest.batch] 12-12-2019 11:54:39: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.annotations.mdcomplete.Client [javatest.batch] 12-12-2019 11:54:39: SVR-TRACE: ** IN getRunMethod: testname=testMDCompleteMCFAnno [javatest.batch] 12-12-2019 11:54:39: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:54:39: SVR-TRACE: **runmethod=testMDCompleteMCFAnno [javatest.batch] 12-12-2019 11:54:39: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:54:39: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:54:39: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testMDCompleteMCFAnno_setup [javatest.batch] 12-12-2019 11:54:39: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:54:39: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:54:39: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:54:39: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testMDCompleteMCFAnno_cleanup [javatest.batch] 12-12-2019 11:54:39: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:54:39: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:54:39: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:54:39: SVR: Using: java:comp/env/eis/whitebox-mdcomplete [javatest.batch] 12-12-2019 11:54:39: SVR: ds2 lookup is not null [javatest.batch] 12-12-2019 11:54:39: SVR: ds2 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@410bd75f [javatest.batch] 12-12-2019 11:54:39: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:54:39: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:54:39: SVR-TRACE: Got connection. [javatest.batch] 12-12-2019 11:54:39: SVR-TRACE: [AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, XAManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, cbTestCPCandPVC: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., cbTestCPCandGPC: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, enterred submitSICWork(), submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workStarted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=5, notifications test: contextSetupComplete(): count=6, notifications test: workCompleted(): count=7, notifications test: workCompleted(): count=7, Work Object Submitted, WorkListenerImpl.workAccepted, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, str) passed, SharingViolationException(str, throwable) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, Xid Committed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, TransactionContext supported by Server., RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, SecurityContext supported by Server., RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, HintsContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, NoTxManagedConnectionFactory setResourceAdapter 1, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), LocalTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, IBAnnoWorkManager Work Object Submitted, IBAnnoMessageListener.workAccepted, IBAnnoMessageListener.workStarted, NestWork.constructor, NestWork.run, IBAnnoMessageListener committed Xid, TransactionContext Work Object Submitted, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., FAILURE: validateCustomPermFromAppServer(), throwing AccessControlException., SUCCESS: validateLocalGrantForCustomPerm passed., SUCCESS: validateRequiredPermSet passed., SUCCESS: CTSPermission3_name doesnt exist and was caught., SUCCESS: validateMissingPermFails passed., SUCCESS: validateRestrictedLocalPerm passed., SUCCESS: validateLocalPermsInvalidName() threw expected AccessControlException, SUCCESS: validateLocalPermsInvalidName passed., PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, NestWork.run, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called] [javatest.batch] 12-12-2019 11:54:39: SVR: testMDCompleteMCFAnno called correctly [javatest.batch] 12-12-2019 11:54:39: SVR: Cleanup [javatest.batch] 12-12-2019 11:54:39: SVR-TRACE: Closing connection in cleanup. [javatest.batch] 12-12-2019 11:54:39: SVR: Test running in servlet vehicle passed [javatest.batch] 12-12-2019 11:54:40: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/annotations/mdcomplete/Client.java#testMDCompleteMCFAnno_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 6 (6 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 133 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/annotations/partialanno/paClient.java#testDDOverridesAnno_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:54:40: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:54:40: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:54:40: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testDDOverridesAnno -vehicle connectorservlet [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:54:40: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:54:40: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:54:40: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:54:40: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:54:40: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:54:41: Opened connection to http://localhost:8001/partialanno_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:54:41: TRACE: got outputstream [javatest.batch] 12-12-2019 11:54:41: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:54:41: SVR-TRACE: init com.sun.ts.tests.common.vehicle.connectorservlet.ConnectorServletVehicle ... [javatest.batch] 12-12-2019 11:54:41: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:54:41: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:54:41: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:54:41: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:54:41: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:54:41: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:54:41: SVR-TRACE: --- Property Listing ---nullrapassword1=cts1nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=partialanno_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullnamingServiceHost1=localhostnullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonulltestName=testDDOverridesAnnonullvehicle=connectorservletnullharness.log.delayseconds=1nullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nulltest_classname=com.sun.ts.tests.connector.annotations.partialanno.paClientnullwebServerHost=localhostnullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullrauser1=cts1nullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:54:41: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:54:41: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:54:41: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.annotations.partialanno.paClient [javatest.batch] 12-12-2019 11:54:41: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.annotations.partialanno.paClient [javatest.batch] 12-12-2019 11:54:41: SVR-TRACE: ** IN getRunMethod: testname=testDDOverridesAnno [javatest.batch] 12-12-2019 11:54:41: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:54:41: SVR-TRACE: **runmethod=testDDOverridesAnno [javatest.batch] 12-12-2019 11:54:41: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:54:41: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:54:41: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testDDOverridesAnno_setup [javatest.batch] 12-12-2019 11:54:41: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:54:41: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:54:41: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:54:41: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testDDOverridesAnno_cleanup [javatest.batch] 12-12-2019 11:54:41: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:54:41: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:54:41: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:54:41: SVR: Performing jndi lookup using: java:comp/env/eis/whitebox-mixedmode [javatest.batch] 12-12-2019 11:54:41: SVR: ds2 lookup is not null [javatest.batch] 12-12-2019 11:54:41: SVR: ds2 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@7062b246 [javatest.batch] 12-12-2019 11:54:41: SVR: Performing jndi lookup using: java:comp/env/eis/whitebox-multianno [javatest.batch] 12-12-2019 11:54:41: SVR: ds1 lookup is not null [javatest.batch] 12-12-2019 11:54:41: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@7062b246 [javatest.batch] 12-12-2019 11:54:41: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:54:41: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:54:41: SVR-TRACE: Got connection. [javatest.batch] 12-12-2019 11:54:41: SVR-TRACE: [AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, XAManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, cbTestCPCandPVC: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., cbTestCPCandGPC: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, enterred submitSICWork(), submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workStarted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=5, notifications test: contextSetupComplete(): count=6, notifications test: workCompleted(): count=7, notifications test: workCompleted(): count=7, Work Object Submitted, WorkListenerImpl.workAccepted, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, str) passed, SharingViolationException(str, throwable) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, Xid Committed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, TransactionContext supported by Server., RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, SecurityContext supported by Server., RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, HintsContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, NoTxManagedConnectionFactory setResourceAdapter 1, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), LocalTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, IBAnnoWorkManager Work Object Submitted, IBAnnoMessageListener.workAccepted, IBAnnoMessageListener.workStarted, NestWork.constructor, NestWork.run, IBAnnoMessageListener committed Xid, TransactionContext Work Object Submitted, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., FAILURE: validateCustomPermFromAppServer(), throwing AccessControlException., SUCCESS: validateLocalGrantForCustomPerm passed., SUCCESS: validateRequiredPermSet passed., SUCCESS: CTSPermission3_name doesnt exist and was caught., SUCCESS: validateMissingPermFails passed., SUCCESS: validateRestrictedLocalPerm passed., SUCCESS: validateLocalPermsInvalidName() threw expected AccessControlException, SUCCESS: validateLocalPermsInvalidName passed., PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, NestWork.run, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL] [javatest.batch] 12-12-2019 11:54:41: SVR: looking up following string in conenctor log: MAResourceAdapterImpl Started [javatest.batch] 12-12-2019 11:54:41: SVR: testDDOverridesAnno passed. [javatest.batch] 12-12-2019 11:54:41: SVR: Cleanup [javatest.batch] 12-12-2019 11:54:41: SVR-TRACE: Closing connection in cleanup. [javatest.batch] 12-12-2019 11:54:41: SVR: Test running in servlet vehicle passed [javatest.batch] 12-12-2019 11:54:41: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:54:41: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:54:42: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/annotations/partialanno/paClient.java#testDDOverridesAnno_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 7 (7 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 132 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/annotations/partialanno/paClient.java#testMixedModeConfigPropertyMCF_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:54:42: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:54:42: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:54:42: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testMixedModeConfigPropertyMCF -vehicle connectorservlet [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:54:42: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:54:42: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:54:42: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:54:42: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:54:42: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:54:43: Opened connection to http://localhost:8001/partialanno_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:54:43: TRACE: got outputstream [javatest.batch] 12-12-2019 11:54:43: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:54:43: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:54:43: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:54:43: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:54:43: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:54:43: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:54:43: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:54:43: SVR-TRACE: --- Property Listing ---nullrapassword1=cts1nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=partialanno_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullnamingServiceHost1=localhostnullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonulltestName=testMixedModeConfigPropertyMCFnullvehicle=connectorservletnullharness.log.delayseconds=1nullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nulltest_classname=com.sun.ts.tests.connector.annotations.partialanno.paClientnullwebServerHost=localhostnullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullrauser1=cts1nullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:54:43: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:54:43: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:54:43: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.annotations.partialanno.paClient [javatest.batch] 12-12-2019 11:54:43: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.annotations.partialanno.paClient [javatest.batch] 12-12-2019 11:54:43: SVR-TRACE: ** IN getRunMethod: testname=testMixedModeConfigPropertyMCF [javatest.batch] 12-12-2019 11:54:43: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:54:43: SVR-TRACE: **runmethod=testMixedModeConfigPropertyMCF [javatest.batch] 12-12-2019 11:54:43: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:54:43: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:54:43: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testMixedModeConfigPropertyMCF_setup [javatest.batch] 12-12-2019 11:54:43: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:54:43: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:54:43: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:54:43: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testMixedModeConfigPropertyMCF_cleanup [javatest.batch] 12-12-2019 11:54:43: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:54:43: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:54:43: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:54:43: SVR: Performing jndi lookup using: java:comp/env/eis/whitebox-mixedmode [javatest.batch] 12-12-2019 11:54:43: SVR: ds2 lookup is not null [javatest.batch] 12-12-2019 11:54:43: SVR: ds2 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@78d8deb4 [javatest.batch] 12-12-2019 11:54:43: SVR: Performing jndi lookup using: java:comp/env/eis/whitebox-multianno [javatest.batch] 12-12-2019 11:54:43: SVR: ds1 lookup is not null [javatest.batch] 12-12-2019 11:54:43: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@78d8deb4 [javatest.batch] 12-12-2019 11:54:43: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:54:43: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:54:43: SVR-TRACE: Got connection. [javatest.batch] 12-12-2019 11:54:43: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:54:43: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:54:43: SVR-TRACE: [AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, XAManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, cbTestCPCandPVC: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., cbTestCPCandGPC: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, enterred submitSICWork(), submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workStarted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=5, notifications test: contextSetupComplete(): count=6, notifications test: workCompleted(): count=7, notifications test: workCompleted(): count=7, Work Object Submitted, WorkListenerImpl.workAccepted, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, str) passed, SharingViolationException(str, throwable) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, Xid Committed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, TransactionContext supported by Server., RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, SecurityContext supported by Server., RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, HintsContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, NoTxManagedConnectionFactory setResourceAdapter 1, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), LocalTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, IBAnnoWorkManager Work Object Submitted, IBAnnoMessageListener.workAccepted, IBAnnoMessageListener.workStarted, NestWork.constructor, NestWork.run, IBAnnoMessageListener committed Xid, TransactionContext Work Object Submitted, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., FAILURE: validateCustomPermFromAppServer(), throwing AccessControlException., SUCCESS: validateLocalGrantForCustomPerm passed., SUCCESS: validateRequiredPermSet passed., SUCCESS: CTSPermission3_name doesnt exist and was caught., SUCCESS: validateMissingPermFails passed., SUCCESS: validateRestrictedLocalPerm passed., SUCCESS: validateLocalPermsInvalidName() threw expected AccessControlException, SUCCESS: validateLocalPermsInvalidName passed., PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, NestWork.run, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL] [javatest.batch] 12-12-2019 11:54:43: SVR: Methods called correctly [javatest.batch] 12-12-2019 11:54:43: SVR: Cleanup [javatest.batch] 12-12-2019 11:54:43: SVR-TRACE: Closing connection in cleanup. [javatest.batch] 12-12-2019 11:54:43: SVR: Test running in servlet vehicle passed [javatest.batch] STATUS:Passed. [javatest.batch] 12-12-2019 11:54:44: TRACE: SLEPT FOR: 1000 [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/annotations/partialanno/paClient.java#testMixedModeConfigPropertyMCF_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 8 (8 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 131 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/annotations/partialanno/paClient.java#testMixedModeConfigPropertyNoOverride_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:54:44: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:54:44: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:54:44: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testMixedModeConfigPropertyNoOverride -vehicle connectorservlet [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:54:45: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:54:45: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:54:45: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:54:45: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:54:45: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:54:45: Opened connection to http://localhost:8001/partialanno_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:54:45: TRACE: got outputstream [javatest.batch] 12-12-2019 11:54:45: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:54:45: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:54:45: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:54:45: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:54:45: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:54:45: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:54:45: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:54:45: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:54:45: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:54:45: SVR-TRACE: --- Property Listing ---nullrapassword1=cts1nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=partialanno_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullnamingServiceHost1=localhostnullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonulltestName=testMixedModeConfigPropertyNoOverridenullvehicle=connectorservletnullharness.log.delayseconds=1nullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nulltest_classname=com.sun.ts.tests.connector.annotations.partialanno.paClientnullwebServerHost=localhostnullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullrauser1=cts1nullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:54:45: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:54:45: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:54:45: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.annotations.partialanno.paClient [javatest.batch] 12-12-2019 11:54:45: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.annotations.partialanno.paClient [javatest.batch] 12-12-2019 11:54:45: SVR-TRACE: ** IN getRunMethod: testname=testMixedModeConfigPropertyNoOverride [javatest.batch] 12-12-2019 11:54:45: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:54:45: SVR-TRACE: **runmethod=testMixedModeConfigPropertyNoOverride [javatest.batch] 12-12-2019 11:54:45: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:54:45: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:54:45: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testMixedModeConfigPropertyNoOverride_setup [javatest.batch] 12-12-2019 11:54:45: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:54:45: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:54:45: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:54:45: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testMixedModeConfigPropertyNoOverride_cleanup [javatest.batch] 12-12-2019 11:54:45: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:54:45: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:54:45: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:54:45: SVR: Performing jndi lookup using: java:comp/env/eis/whitebox-mixedmode [javatest.batch] 12-12-2019 11:54:45: SVR: ds2 lookup is not null [javatest.batch] 12-12-2019 11:54:45: SVR: ds2 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@384b1a1b [javatest.batch] 12-12-2019 11:54:45: SVR: Performing jndi lookup using: java:comp/env/eis/whitebox-multianno [javatest.batch] 12-12-2019 11:54:45: SVR: ds1 lookup is not null [javatest.batch] 12-12-2019 11:54:45: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@384b1a1b [javatest.batch] 12-12-2019 11:54:45: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:54:45: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:54:45: SVR-TRACE: Got connection. [javatest.batch] 12-12-2019 11:54:45: SVR-TRACE: [AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, XAManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, cbTestCPCandPVC: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., cbTestCPCandGPC: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, enterred submitSICWork(), submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workStarted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=5, notifications test: contextSetupComplete(): count=6, notifications test: workCompleted(): count=7, notifications test: workCompleted(): count=7, Work Object Submitted, WorkListenerImpl.workAccepted, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, str) passed, SharingViolationException(str, throwable) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, Xid Committed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, TransactionContext supported by Server., RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, SecurityContext supported by Server., RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, HintsContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, NoTxManagedConnectionFactory setResourceAdapter 1, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), LocalTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, IBAnnoWorkManager Work Object Submitted, IBAnnoMessageListener.workAccepted, IBAnnoMessageListener.workStarted, NestWork.constructor, NestWork.run, IBAnnoMessageListener committed Xid, TransactionContext Work Object Submitted, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., FAILURE: validateCustomPermFromAppServer(), throwing AccessControlException., SUCCESS: validateLocalGrantForCustomPerm passed., SUCCESS: validateRequiredPermSet passed., SUCCESS: CTSPermission3_name doesnt exist and was caught., SUCCESS: validateMissingPermFails passed., SUCCESS: validateRestrictedLocalPerm passed., SUCCESS: validateLocalPermsInvalidName() threw expected AccessControlException, SUCCESS: validateLocalPermsInvalidName passed., PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, NestWork.run, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL] [javatest.batch] 12-12-2019 11:54:45: SVR: Methods called correctly [javatest.batch] 12-12-2019 11:54:45: SVR: Cleanup [javatest.batch] 12-12-2019 11:54:45: SVR-TRACE: Closing connection in cleanup. [javatest.batch] 12-12-2019 11:54:45: SVR: Test running in servlet vehicle passed [javatest.batch] 12-12-2019 11:54:46: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/annotations/partialanno/paClient.java#testMixedModeConfigPropertyNoOverride_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 9 (9 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 130 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/annotations/partialanno/paClient.java#testMixedModeConfigPropertyOverride_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:54:46: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:54:46: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:54:47: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testMixedModeConfigPropertyOverride -vehicle connectorservlet [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:54:47: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:54:47: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:54:47: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:54:47: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:54:47: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:54:47: Opened connection to http://localhost:8001/partialanno_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:54:47: TRACE: got outputstream [javatest.batch] 12-12-2019 11:54:47: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:54:47: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:54:47: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:54:47: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:54:47: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:54:47: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:54:47: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:54:47: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:54:47: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:54:47: SVR-TRACE: --- Property Listing ---nullrapassword1=cts1nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=partialanno_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullnamingServiceHost1=localhostnullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonulltestName=testMixedModeConfigPropertyOverridenullvehicle=connectorservletnullharness.log.delayseconds=1nullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nulltest_classname=com.sun.ts.tests.connector.annotations.partialanno.paClientnullwebServerHost=localhostnullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullrauser1=cts1nullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:54:47: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:54:47: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:54:47: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.annotations.partialanno.paClient [javatest.batch] 12-12-2019 11:54:47: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.annotations.partialanno.paClient [javatest.batch] 12-12-2019 11:54:47: SVR-TRACE: ** IN getRunMethod: testname=testMixedModeConfigPropertyOverride [javatest.batch] 12-12-2019 11:54:47: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:54:47: SVR-TRACE: **runmethod=testMixedModeConfigPropertyOverride [javatest.batch] 12-12-2019 11:54:47: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:54:47: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:54:47: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testMixedModeConfigPropertyOverride_setup [javatest.batch] 12-12-2019 11:54:47: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:54:47: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:54:47: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:54:47: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testMixedModeConfigPropertyOverride_cleanup [javatest.batch] 12-12-2019 11:54:47: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:54:47: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:54:47: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:54:47: SVR: Performing jndi lookup using: java:comp/env/eis/whitebox-mixedmode [javatest.batch] 12-12-2019 11:54:47: SVR: ds2 lookup is not null [javatest.batch] 12-12-2019 11:54:47: SVR: ds2 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@47eef2e0 [javatest.batch] 12-12-2019 11:54:47: SVR: Performing jndi lookup using: java:comp/env/eis/whitebox-multianno [javatest.batch] 12-12-2019 11:54:47: SVR: ds1 lookup is not null [javatest.batch] 12-12-2019 11:54:47: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@47eef2e0 [javatest.batch] 12-12-2019 11:54:47: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:54:47: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:54:47: SVR-TRACE: Got connection. [javatest.batch] 12-12-2019 11:54:47: SVR-TRACE: [AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, XAManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, cbTestCPCandPVC: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., cbTestCPCandGPC: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, enterred submitSICWork(), submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workStarted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=5, notifications test: contextSetupComplete(): count=6, notifications test: workCompleted(): count=7, notifications test: workCompleted(): count=7, Work Object Submitted, WorkListenerImpl.workAccepted, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, str) passed, SharingViolationException(str, throwable) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, Xid Committed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, TransactionContext supported by Server., RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, SecurityContext supported by Server., RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, HintsContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, NoTxManagedConnectionFactory setResourceAdapter 1, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), LocalTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, IBAnnoWorkManager Work Object Submitted, IBAnnoMessageListener.workAccepted, IBAnnoMessageListener.workStarted, NestWork.constructor, NestWork.run, IBAnnoMessageListener committed Xid, TransactionContext Work Object Submitted, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., FAILURE: validateCustomPermFromAppServer(), throwing AccessControlException., SUCCESS: validateLocalGrantForCustomPerm passed., SUCCESS: validateRequiredPermSet passed., SUCCESS: CTSPermission3_name doesnt exist and was caught., SUCCESS: validateMissingPermFails passed., SUCCESS: validateRestrictedLocalPerm passed., SUCCESS: validateLocalPermsInvalidName() threw expected AccessControlException, SUCCESS: validateLocalPermsInvalidName passed., PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, NestWork.run, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL] [javatest.batch] 12-12-2019 11:54:47: SVR: Methods called correctly [javatest.batch] 12-12-2019 11:54:47: SVR: Cleanup [javatest.batch] 12-12-2019 11:54:47: SVR-TRACE: Closing connection in cleanup. [javatest.batch] 12-12-2019 11:54:47: SVR: Test running in servlet vehicle passed [javatest.batch] 12-12-2019 11:54:48: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/annotations/partialanno/paClient.java#testMixedModeConfigPropertyOverride_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 10 (10 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 129 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/annotations/partialanno/paClient.java#testMixedModeConfigPropertyRA_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:54:49: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:54:49: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:54:49: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testMixedModeConfigPropertyRA -vehicle connectorservlet [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:54:49: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:54:49: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:54:49: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:54:49: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:54:49: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:54:49: Opened connection to http://localhost:8001/partialanno_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:54:49: TRACE: got outputstream [javatest.batch] 12-12-2019 11:54:49: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:54:49: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:54:49: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:54:49: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:54:49: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:54:49: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:54:49: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:54:49: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:54:49: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:54:49: SVR-TRACE: --- Property Listing ---nullrapassword1=cts1nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=partialanno_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullnamingServiceHost1=localhostnullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonulltestName=testMixedModeConfigPropertyRAnullvehicle=connectorservletnullharness.log.delayseconds=1nullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nulltest_classname=com.sun.ts.tests.connector.annotations.partialanno.paClientnullwebServerHost=localhostnullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullrauser1=cts1nullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:54:49: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:54:49: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:54:49: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.annotations.partialanno.paClient [javatest.batch] 12-12-2019 11:54:49: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.annotations.partialanno.paClient [javatest.batch] 12-12-2019 11:54:49: SVR-TRACE: ** IN getRunMethod: testname=testMixedModeConfigPropertyRA [javatest.batch] 12-12-2019 11:54:49: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:54:49: SVR-TRACE: **runmethod=testMixedModeConfigPropertyRA [javatest.batch] 12-12-2019 11:54:49: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:54:49: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:54:49: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testMixedModeConfigPropertyRA_setup [javatest.batch] 12-12-2019 11:54:49: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:54:49: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:54:49: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:54:49: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testMixedModeConfigPropertyRA_cleanup [javatest.batch] 12-12-2019 11:54:49: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:54:49: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:54:49: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:54:49: SVR: Performing jndi lookup using: java:comp/env/eis/whitebox-mixedmode [javatest.batch] 12-12-2019 11:54:49: SVR: ds2 lookup is not null [javatest.batch] 12-12-2019 11:54:49: SVR: ds2 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@48d3f242 [javatest.batch] 12-12-2019 11:54:49: SVR: Performing jndi lookup using: java:comp/env/eis/whitebox-multianno [javatest.batch] 12-12-2019 11:54:49: SVR: ds1 lookup is not null [javatest.batch] 12-12-2019 11:54:49: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@48d3f242 [javatest.batch] 12-12-2019 11:54:49: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:54:49: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:54:49: SVR-TRACE: Got connection. [javatest.batch] 12-12-2019 11:54:49: SVR-TRACE: [AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, XAManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, cbTestCPCandPVC: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., cbTestCPCandGPC: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, enterred submitSICWork(), submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workStarted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=5, notifications test: contextSetupComplete(): count=6, notifications test: workCompleted(): count=7, notifications test: workCompleted(): count=7, Work Object Submitted, WorkListenerImpl.workAccepted, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, str) passed, SharingViolationException(str, throwable) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, Xid Committed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, TransactionContext supported by Server., RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, SecurityContext supported by Server., RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, HintsContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, NoTxManagedConnectionFactory setResourceAdapter 1, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), LocalTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, IBAnnoWorkManager Work Object Submitted, IBAnnoMessageListener.workAccepted, IBAnnoMessageListener.workStarted, NestWork.constructor, NestWork.run, IBAnnoMessageListener committed Xid, TransactionContext Work Object Submitted, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., FAILURE: validateCustomPermFromAppServer(), throwing AccessControlException., SUCCESS: validateLocalGrantForCustomPerm passed., SUCCESS: validateRequiredPermSet passed., SUCCESS: CTSPermission3_name doesnt exist and was caught., SUCCESS: validateMissingPermFails passed., SUCCESS: validateRestrictedLocalPerm passed., SUCCESS: validateLocalPermsInvalidName() threw expected AccessControlException, SUCCESS: validateLocalPermsInvalidName passed., PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, NestWork.run, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL] [javatest.batch] 12-12-2019 11:54:49: SVR: Methods called correctly [javatest.batch] 12-12-2019 11:54:49: SVR: Cleanup [javatest.batch] 12-12-2019 11:54:49: SVR-TRACE: Closing connection in cleanup. [javatest.batch] 12-12-2019 11:54:49: SVR: Test running in servlet vehicle passed [javatest.batch] 12-12-2019 11:54:50: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/annotations/partialanno/paClient.java#testMixedModeConfigPropertyRA_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 11 (11 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 128 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/annotations/partialanno/paClient.java#testNoDefaultVallAnnoElement_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:54:51: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:54:51: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:54:51: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testNoDefaultVallAnnoElement -vehicle connectorservlet [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:54:51: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:54:51: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:54:51: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:54:51: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:54:51: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:54:51: Opened connection to http://localhost:8001/partialanno_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:54:51: TRACE: got outputstream [javatest.batch] 12-12-2019 11:54:51: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:54:51: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:54:51: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:54:51: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:54:51: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:54:51: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:54:51: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:54:51: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:54:51: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:54:51: SVR-TRACE: --- Property Listing ---nullrapassword1=cts1nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=partialanno_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullwhitebox-mixedmode=java:comp/env/eis/whitebox-mixedmodenullnamingServiceHost1=localhostnullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonulltestName=testNoDefaultVallAnnoElementnullvehicle=connectorservletnullharness.log.delayseconds=1nullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nulltest_classname=com.sun.ts.tests.connector.annotations.partialanno.paClientnullwebServerHost=localhostnullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullrauser1=cts1nullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:54:51: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:54:51: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:54:51: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.annotations.partialanno.paClient [javatest.batch] 12-12-2019 11:54:51: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.annotations.partialanno.paClient [javatest.batch] 12-12-2019 11:54:51: SVR-TRACE: ** IN getRunMethod: testname=testNoDefaultVallAnnoElement [javatest.batch] 12-12-2019 11:54:51: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:54:51: SVR-TRACE: **runmethod=testNoDefaultVallAnnoElement [javatest.batch] 12-12-2019 11:54:51: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:54:51: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:54:51: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testNoDefaultVallAnnoElement_setup [javatest.batch] 12-12-2019 11:54:51: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:54:51: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:54:51: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:54:51: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testNoDefaultVallAnnoElement_cleanup [javatest.batch] 12-12-2019 11:54:51: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:54:51: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:54:51: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:54:51: SVR: Performing jndi lookup using: java:comp/env/eis/whitebox-mixedmode [javatest.batch] 12-12-2019 11:54:51: SVR: ds2 lookup is not null [javatest.batch] 12-12-2019 11:54:51: SVR: ds2 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@37c9230b [javatest.batch] 12-12-2019 11:54:51: SVR: Performing jndi lookup using: java:comp/env/eis/whitebox-multianno [javatest.batch] 12-12-2019 11:54:51: SVR: ds1 lookup is not null [javatest.batch] 12-12-2019 11:54:51: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@37c9230b [javatest.batch] 12-12-2019 11:54:51: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:54:51: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:54:51: SVR-TRACE: Got connection. [javatest.batch] 12-12-2019 11:54:51: SVR-TRACE: [AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, XAManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, cbTestCPCandPVC: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., cbTestCPCandGPC: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, enterred submitSICWork(), submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workStarted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=5, notifications test: contextSetupComplete(): count=6, notifications test: workCompleted(): count=7, notifications test: workCompleted(): count=7, Work Object Submitted, WorkListenerImpl.workAccepted, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, str) passed, SharingViolationException(str, throwable) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, Xid Committed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, TransactionContext supported by Server., RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, SecurityContext supported by Server., RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, HintsContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, NoTxManagedConnectionFactory setResourceAdapter 1, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), LocalTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, IBAnnoWorkManager Work Object Submitted, IBAnnoMessageListener.workAccepted, IBAnnoMessageListener.workStarted, NestWork.constructor, NestWork.run, IBAnnoMessageListener committed Xid, TransactionContext Work Object Submitted, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., FAILURE: validateCustomPermFromAppServer(), throwing AccessControlException., SUCCESS: validateLocalGrantForCustomPerm passed., SUCCESS: validateRequiredPermSet passed., SUCCESS: CTSPermission3_name doesnt exist and was caught., SUCCESS: validateMissingPermFails passed., SUCCESS: validateRestrictedLocalPerm passed., SUCCESS: validateLocalPermsInvalidName() threw expected AccessControlException, SUCCESS: validateLocalPermsInvalidName passed., PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, NestWork.run, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL] [javatest.batch] 12-12-2019 11:54:52: SVR: Methods called correctly [javatest.batch] 12-12-2019 11:54:52: SVR: Cleanup [javatest.batch] 12-12-2019 11:54:52: SVR-TRACE: Closing connection in cleanup. [javatest.batch] 12-12-2019 11:54:52: SVR: Test running in servlet vehicle passed [javatest.batch] 12-12-2019 11:54:52: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/annotations/partialanno/paClient.java#testNoDefaultVallAnnoElement_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 12 (12 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 127 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/connManager/connManagerClient1.java#testcheckConnectionManager_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:54:53: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:54:53: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:54:53: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testcheckConnectionManager -vehicle connectorservlet -ap /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/tssql.stmt [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:54:53: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:54:53: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:54:53: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:54:53: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:54:53: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:54:54: Opened connection to http://localhost:8001/connManager_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:54:54: TRACE: got outputstream [javatest.batch] 12-12-2019 11:54:54: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:54:54: SVR-TRACE: init com.sun.ts.tests.common.vehicle.connectorservlet.ConnectorServletVehicle ... [javatest.batch] 12-12-2019 11:54:54: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:54:54: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:54:54: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:54:54: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:54:54: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:54:54: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:54:54: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=connManager_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnullwhitebox-xa=java:comp/env/eis/whitebox-xanullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonulltestName=testcheckConnectionManagernullwhitebox-tx=java:comp/env/eis/whitebox-txnullharness.log.delayseconds=1nullvehicle=connectorservletnullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullwebServerHost=localhostnulltest_classname=com.sun.ts.tests.connector.connManager.connManagerClient1nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullharness.log.port=2000nullfinder=ctsnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.socket.retry.count=10nullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:54:54: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:54:54: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:54:54: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.connManager.connManagerClient1 [javatest.batch] 12-12-2019 11:54:54: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.connManager.connManagerClient1 [javatest.batch] 12-12-2019 11:54:54: SVR-TRACE: ** IN getRunMethod: testname=testcheckConnectionManager [javatest.batch] 12-12-2019 11:54:54: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:54:54: SVR-TRACE: **runmethod=testcheckConnectionManager [javatest.batch] 12-12-2019 11:54:54: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:54:54: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:54:54: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testcheckConnectionManager_setup [javatest.batch] 12-12-2019 11:54:54: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:54:54: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:54:54: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:54:54: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testcheckConnectionManager_cleanup [javatest.batch] 12-12-2019 11:54:54: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:54:54: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:54:54: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:54:54: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 12-12-2019 11:54:54: SVR: dsource JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@4078fc7d [javatest.batch] 12-12-2019 11:54:54: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:54:54: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:54:54: SVR: Connection Manager is Serializable [javatest.batch] 12-12-2019 11:54:54: SVR: Cleanup [javatest.batch] 12-12-2019 11:54:54: SVR: Test running in servlet vehicle passed [javatest.batch] 12-12-2019 11:54:54: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:54:54: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:54:55: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/connManager/connManagerClient1.java#testcheckConnectionManager_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 13 (13 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 126 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/connManager/connManagerClient1.java#testTransactionSupportLevels_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:54:55: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:54:55: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:54:55: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testTransactionSupportLevels -vehicle connectorservlet -ap /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/tssql.stmt [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:54:55: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:54:55: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:54:55: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:54:55: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:54:55: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:54:56: Opened connection to http://localhost:8001/connManager_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:54:56: TRACE: got outputstream [javatest.batch] 12-12-2019 11:54:56: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:54:56: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:54:56: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:54:56: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:54:56: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:54:56: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:54:56: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:54:56: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=connManager_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnullwhitebox-xa=java:comp/env/eis/whitebox-xanullwhitebox-multianno=java:comp/env/eis/whitebox-multiannonulltestName=testTransactionSupportLevelsnullwhitebox-tx=java:comp/env/eis/whitebox-txnullharness.log.delayseconds=1nullvehicle=connectorservletnullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nullwhitebox-notx=java:comp/env/eis/whitebox-notxnullwebServerHost=localhostnulltest_classname=com.sun.ts.tests.connector.connManager.connManagerClient1nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullharness.log.port=2000nullfinder=ctsnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.socket.retry.count=10nullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:54:56: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:54:56: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:54:56: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.connManager.connManagerClient1 [javatest.batch] 12-12-2019 11:54:56: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.connManager.connManagerClient1 [javatest.batch] 12-12-2019 11:54:56: SVR-TRACE: ** IN getRunMethod: testname=testTransactionSupportLevels [javatest.batch] 12-12-2019 11:54:56: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:54:56: SVR-TRACE: **runmethod=testTransactionSupportLevels [javatest.batch] 12-12-2019 11:54:56: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:54:56: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:54:56: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testTransactionSupportLevels_setup [javatest.batch] 12-12-2019 11:54:56: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:54:56: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:54:56: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:54:56: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testTransactionSupportLevels_cleanup [javatest.batch] 12-12-2019 11:54:56: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:54:56: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:54:56: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:54:56: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 12-12-2019 11:54:56: SVR: dsource JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@467515c8 [javatest.batch] 12-12-2019 11:54:56: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:54:56: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:54:56: SVR-TRACE: [AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, XAManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, cbTestCPCandPVC: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., cbTestCPCandGPC: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, enterred submitSICWork(), submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workStarted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=5, notifications test: contextSetupComplete(): count=6, notifications test: workCompleted(): count=7, notifications test: workCompleted(): count=7, Work Object Submitted, WorkListenerImpl.workAccepted, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, str) passed, SharingViolationException(str, throwable) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, Xid Committed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, TransactionContext supported by Server., RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, SecurityContext supported by Server., RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, HintsContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, NoTxManagedConnectionFactory setResourceAdapter 1, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), LocalTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, IBAnnoWorkManager Work Object Submitted, IBAnnoMessageListener.workAccepted, IBAnnoMessageListener.workStarted, NestWork.constructor, NestWork.run, IBAnnoMessageListener committed Xid, TransactionContext Work Object Submitted, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., FAILURE: validateCustomPermFromAppServer(), throwing AccessControlException., SUCCESS: validateLocalGrantForCustomPerm passed., SUCCESS: validateRequiredPermSet passed., SUCCESS: CTSPermission3_name doesnt exist and was caught., SUCCESS: validateMissingPermFails passed., SUCCESS: validateRestrictedLocalPerm passed., SUCCESS: validateLocalPermsInvalidName() threw expected AccessControlException, SUCCESS: validateLocalPermsInvalidName passed., PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, NestWork.run, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1] [javatest.batch] 12-12-2019 11:54:56: SVR: Methods called correctly [javatest.batch] 12-12-2019 11:54:56: SVR: Performing end to end verification... [javatest.batch] 12-12-2019 11:54:56: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 12-12-2019 11:54:56: SVR: Values inserted into table! [javatest.batch] 12-12-2019 11:54:56: SVR: Table has been dropped! [javatest.batch] 12-12-2019 11:54:56: SVR: Cleanup [javatest.batch] 12-12-2019 11:54:56: SVR: Test running in servlet vehicle passed [javatest.batch] 12-12-2019 11:54:56: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:54:56: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:54:57: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/connManager/connManagerClient1.java#testTransactionSupportLevels_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 14 (14 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 125 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/localTx/compat/compatClient1.java#testGetConnection1_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:54:57: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:54:57: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:54:57: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testGetConnection1 -vehicle connectorservlet -ap /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/tssql.stmt [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:54:57: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:54:57: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:54:57: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:54:58: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:54:58: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:54:58: Opened connection to http://localhost:8001/localTx_compat_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:54:58: TRACE: got outputstream [javatest.batch] 12-12-2019 11:54:58: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:54:58: SVR-TRACE: init com.sun.ts.tests.common.vehicle.connectorservlet.ConnectorServletVehicle ... [javatest.batch] 12-12-2019 11:54:58: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:54:58: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:54:58: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:54:58: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:54:58: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:54:58: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:54:58: SVR-TRACE: --- Property Listing ---nullrapassword1=cts1nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=localTx_compat_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnulltestName=testGetConnection1nullvehicle=connectorservletnullharness.log.delayseconds=1nulloldwhitebox-tx=java:comp/env/eis/oldwhitebox-txnullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnulloldwhitebox-tx-param=java:comp/env/eis/oldwhitebox-tx-paramnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nulltest_classname=com.sun.ts.tests.connector.localTx.compat.compatClient1nullwebServerHost=localhostnullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullrauser1=cts1nullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:54:58: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:54:58: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:54:58: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.compat.compatClient1 [javatest.batch] 12-12-2019 11:54:58: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.compat.compatClient1 [javatest.batch] 12-12-2019 11:54:58: SVR-TRACE: ** IN getRunMethod: testname=testGetConnection1 [javatest.batch] 12-12-2019 11:54:58: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:54:58: SVR-TRACE: **runmethod=testGetConnection1 [javatest.batch] 12-12-2019 11:54:58: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:54:58: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:54:58: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testGetConnection1_setup [javatest.batch] 12-12-2019 11:54:58: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:54:58: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:54:58: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:54:58: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testGetConnection1_cleanup [javatest.batch] 12-12-2019 11:54:58: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:54:58: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:54:58: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:54:58: SVR: Using: java:comp/env/eis/oldwhitebox-tx [javatest.batch] 12-12-2019 11:54:58: SVR: Using: java:comp/env/eis/oldwhitebox-tx-param [javatest.batch] 12-12-2019 11:54:58: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:54:58: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:54:58: SVR: Got connection from the DataSource. [javatest.batch] 12-12-2019 11:54:58: SVR: Checking for Connection Validity. [javatest.batch] 12-12-2019 11:54:58: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 12-12-2019 11:54:58: SVR: Values inserted into table! [javatest.batch] 12-12-2019 11:54:58: SVR: Table has been dropped! [javatest.batch] 12-12-2019 11:54:58: SVR: Cleanup [javatest.batch] 12-12-2019 11:54:58: SVR: Test running in servlet vehicle passed [javatest.batch] 12-12-2019 11:54:58: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:54:58: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:54:59: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/localTx/compat/compatClient1.java#testGetConnection1_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 15 (15 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 124 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/localTx/compat/compatClient1.java#testgetConnectionWithParameter1_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:55:00: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:55:00: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:55:00: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testgetConnectionWithParameter1 -vehicle connectorservlet -ap /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/tssql.stmt [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:55:00: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:55:00: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:55:00: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:55:00: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:55:00: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:55:00: Opened connection to http://localhost:8001/localTx_compat_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:55:00: TRACE: got outputstream [javatest.batch] 12-12-2019 11:55:00: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:55:00: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:55:00: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:55:00: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:55:00: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:55:00: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:55:00: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:55:00: SVR-TRACE: --- Property Listing ---nullrapassword1=cts1nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=localTx_compat_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnulltestName=testgetConnectionWithParameter1nullvehicle=connectorservletnullharness.log.delayseconds=1nulloldwhitebox-tx=java:comp/env/eis/oldwhitebox-txnullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnulloldwhitebox-tx-param=java:comp/env/eis/oldwhitebox-tx-paramnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nulltest_classname=com.sun.ts.tests.connector.localTx.compat.compatClient1nullwebServerHost=localhostnullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullrauser1=cts1nullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:55:00: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:55:00: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:55:00: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.compat.compatClient1 [javatest.batch] 12-12-2019 11:55:00: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.compat.compatClient1 [javatest.batch] 12-12-2019 11:55:00: SVR-TRACE: ** IN getRunMethod: testname=testgetConnectionWithParameter1 [javatest.batch] 12-12-2019 11:55:00: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:55:00: SVR-TRACE: **runmethod=testgetConnectionWithParameter1 [javatest.batch] 12-12-2019 11:55:00: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:55:00: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:55:00: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testgetConnectionWithParameter1_setup [javatest.batch] 12-12-2019 11:55:00: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:55:00: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:55:00: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:55:00: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:55:00: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testgetConnectionWithParameter1_cleanup [javatest.batch] 12-12-2019 11:55:00: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:55:00: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:55:00: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:55:00: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:55:00: SVR: Using: java:comp/env/eis/oldwhitebox-tx [javatest.batch] 12-12-2019 11:55:00: SVR: Using: java:comp/env/eis/oldwhitebox-tx-param [javatest.batch] 12-12-2019 11:55:00: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:55:00: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:55:00: SVR: Performing callback verification... [javatest.batch] 12-12-2019 11:55:00: SVR: Got RA log. [javatest.batch] 12-12-2019 11:55:00: SVR-TRACE: Got connection. [javatest.batch] 12-12-2019 11:55:00: SVR-TRACE: [TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSConnectionImpl.insert::, TSConnectionImpl.dropTable::, TSeis.dropTable::, Table Dropped ::, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, MDCompleteMCF.setLogWriter:out:, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MDCompleteMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MDCompleteMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MDCompleteMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MDCompleteMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MDCompleteMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MDCompleteMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MDCompleteMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MDCompleteMCF.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, PMDManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MAManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MAManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MAManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MAManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MAManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MAManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MAManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MAManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, PMDManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, PMDManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, PMDManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, PMDManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, PMDManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, PMDManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, PMDManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, PMDManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, PMDManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, PMDManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, PMDManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, PMDManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, PMDManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, PMDManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, PMDManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, PMDManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, PMDManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, PMDManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.setLogWriter:out:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSConnectionImpl.insert::, TSConnectionImpl.dropTable::, TSeis.dropTable::, Table Dropped ::, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxMCF.setLogWriter:out:, LocalTxMCF.createConnectionFactory:cxManager:TSEISDataSource, LocalTxMCF.setLogWriter:out:, LocalTxMCF.createConnectionFactory:cxManager:TSEISDataSource, LocalTxMCF.equals:obj:true, LocalTxMCF.createManagedConnection:subject|info:TSManagedConnection, LocalTxMCF.equals:obj:true, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxMCF.createManagedConnection:subject|info:TSManagedConnection, LocalTxMCF.equals:obj:true, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxMCF.createManagedConnection:subject|info:TSManagedConnection, LocalTxMCF.equals:obj:true, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxMCF.createManagedConnection:subject|info:TSManagedConnection, LocalTxMCF.equals:obj:true, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxMCF.createManagedConnection:subject|info:TSManagedConnection, LocalTxMCF.equals:obj:true, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxMCF.createManagedConnection:subject|info:TSManagedConnection, LocalTxMCF.equals:obj:true, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxMCF.createManagedConnection:subject|info:TSManagedConnection, LocalTxMCF.equals:obj:true, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxMCF.createManagedConnection:subject|info:TSManagedConnection, LocalTxMCF.equals:obj:true, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxMCF.matchManagedConnections:connectionSet|subject|info:TSEISDataSource, LocalTxMCF.equals:obj:true, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxMCF.equals:obj:true, LocalTxMCF.equals:obj:true, TSManagedConnection.addTSConnection:jdbcCon:, TSConnectionImpl.insert::, TSConnectionImpl.dropTable::, TSeis.dropTable::, Table Dropped ::, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxMCF.createConnectionFactory:cxManager:TSEISDataSource, LocalTxMCF.createConnectionFactory:cxManager:TSEISDataSource, LocalTxMCF.equals:obj:true, LocalTxMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxMCF.matchManagedConnections:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxMCF.equals:obj:true, TSManagedConnection.addTSConnection:jdbcCon:] [javatest.batch] 12-12-2019 11:55:00: SVR: Methods called correctly [javatest.batch] 12-12-2019 11:55:00: SVR: Performing end to end verification... [javatest.batch] 12-12-2019 11:55:00: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 12-12-2019 11:55:00: SVR: Values inserted into table! [javatest.batch] 12-12-2019 11:55:00: SVR: Table has been dropped! [javatest.batch] 12-12-2019 11:55:00: SVR: Cleanup [javatest.batch] 12-12-2019 11:55:00: SVR: Test running in servlet vehicle passed [javatest.batch] 12-12-2019 11:55:01: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/localTx/compat/compatClient1.java#testgetConnectionWithParameter1_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 16 (16 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 123 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/localTx/connection/connectionClient1.java#testAPIApplicationServerInternalException_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:55:02: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:55:02: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:55:02: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testAPIApplicationServerInternalException -vehicle connectorservlet -ap /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/tssql.stmt [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:55:02: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:55:02: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:55:02: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:55:02: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:55:02: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:55:02: Opened connection to http://localhost:8001/localTx_conn_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:55:02: TRACE: got outputstream [javatest.batch] 12-12-2019 11:55:02: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:55:03: SVR-TRACE: init com.sun.ts.tests.common.vehicle.connectorservlet.ConnectorServletVehicle ... [javatest.batch] 12-12-2019 11:55:03: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:55:03: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:55:03: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:55:03: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:55:03: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:55:03: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:55:03: SVR-TRACE: --- Property Listing ---nullrapassword1=cts1nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=localTx_conn_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnulltestName=testAPIApplicationServerInternalExceptionnullwhitebox-tx=java:comp/env/eis/whitebox-txnullvehicle=connectorservletnullharness.log.delayseconds=1nullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nulltest_classname=com.sun.ts.tests.connector.localTx.connection.connectionClient1nullwebServerHost=localhostnullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullrauser1=cts1nullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:55:03: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:55:03: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:55:03: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.connection.connectionClient1 [javatest.batch] 12-12-2019 11:55:03: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.connection.connectionClient1 [javatest.batch] 12-12-2019 11:55:03: SVR-TRACE: ** IN getRunMethod: testname=testAPIApplicationServerInternalException [javatest.batch] 12-12-2019 11:55:03: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:55:03: SVR-TRACE: **runmethod=testAPIApplicationServerInternalException [javatest.batch] 12-12-2019 11:55:03: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:55:03: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:55:03: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testAPIApplicationServerInternalException_setup [javatest.batch] 12-12-2019 11:55:03: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:55:03: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:55:03: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:55:03: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testAPIApplicationServerInternalException_cleanup [javatest.batch] 12-12-2019 11:55:03: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:55:03: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:55:03: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:55:03: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 12-12-2019 11:55:03: SVR: Using: java:comp/env/eis/whitebox-tx-param [javatest.batch] 12-12-2019 11:55:03: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:55:03: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:55:03: SVR: Performing callback verification... [javatest.batch] 12-12-2019 11:55:03: SVR-TRACE: Got connection. [javatest.batch] 12-12-2019 11:55:03: SVR: Got RA log. [javatest.batch] 12-12-2019 11:55:03: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:55:03: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:55:03: SVR-TRACE: [AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, XAManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, cbTestCPCandPVC: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., cbTestCPCandGPC: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, enterred submitSICWork(), submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workStarted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=5, notifications test: contextSetupComplete(): count=6, notifications test: workCompleted(): count=7, notifications test: workCompleted(): count=7, Work Object Submitted, WorkListenerImpl.workAccepted, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, str) passed, SharingViolationException(str, throwable) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, Xid Committed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, TransactionContext supported by Server., RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, SecurityContext supported by Server., RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, HintsContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, NoTxManagedConnectionFactory setResourceAdapter 1, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), LocalTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, IBAnnoWorkManager Work Object Submitted, IBAnnoMessageListener.workAccepted, IBAnnoMessageListener.workStarted, NestWork.constructor, NestWork.run, IBAnnoMessageListener committed Xid, TransactionContext Work Object Submitted, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., FAILURE: validateCustomPermFromAppServer(), throwing AccessControlException., SUCCESS: validateLocalGrantForCustomPerm passed., SUCCESS: validateRequiredPermSet passed., SUCCESS: CTSPermission3_name doesnt exist and was caught., SUCCESS: validateMissingPermFails passed., SUCCESS: validateRestrictedLocalPerm passed., SUCCESS: validateLocalPermsInvalidName() threw expected AccessControlException, SUCCESS: validateLocalPermsInvalidName passed., PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, NestWork.run, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] [javatest.batch] 12-12-2019 11:55:03: SVR: ApplicationServerInternalException API assertions passed [javatest.batch] 12-12-2019 11:55:03: SVR: Cleanup [javatest.batch] 12-12-2019 11:55:03: SVR: Test running in servlet vehicle passed [javatest.batch] STATUS:Passed. [javatest.batch] 12-12-2019 11:55:04: TRACE: SLEPT FOR: 1000 [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/localTx/connection/connectionClient1.java#testAPIApplicationServerInternalException_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 17 (17 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 122 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/localTx/connection/connectionClient1.java#testAPICommException_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:55:04: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:55:04: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:55:04: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testAPICommException -vehicle connectorservlet -ap /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/tssql.stmt [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:55:04: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:55:04: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:55:04: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:55:04: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:55:04: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:55:05: Opened connection to http://localhost:8001/localTx_conn_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:55:05: TRACE: got outputstream [javatest.batch] 12-12-2019 11:55:05: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:55:05: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:55:05: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:55:05: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:55:05: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:55:05: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:55:05: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:55:05: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:55:05: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:55:05: SVR-TRACE: --- Property Listing ---nullrapassword1=cts1nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=localTx_conn_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnulltestName=testAPICommExceptionnullwhitebox-tx=java:comp/env/eis/whitebox-txnullvehicle=connectorservletnullharness.log.delayseconds=1nullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nulltest_classname=com.sun.ts.tests.connector.localTx.connection.connectionClient1nullwebServerHost=localhostnullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullrauser1=cts1nullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:55:05: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:55:05: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:55:05: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.connection.connectionClient1 [javatest.batch] 12-12-2019 11:55:05: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.connection.connectionClient1 [javatest.batch] 12-12-2019 11:55:05: SVR-TRACE: ** IN getRunMethod: testname=testAPICommException [javatest.batch] 12-12-2019 11:55:05: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:55:05: SVR-TRACE: **runmethod=testAPICommException [javatest.batch] 12-12-2019 11:55:05: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:55:05: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:55:05: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testAPICommException_setup [javatest.batch] 12-12-2019 11:55:05: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:55:05: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:55:05: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:55:05: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testAPICommException_cleanup [javatest.batch] 12-12-2019 11:55:05: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:55:05: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:55:05: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:55:05: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 12-12-2019 11:55:05: SVR: Using: java:comp/env/eis/whitebox-tx-param [javatest.batch] 12-12-2019 11:55:05: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:55:05: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:55:05: SVR: Performing callback verification... [javatest.batch] 12-12-2019 11:55:05: SVR-TRACE: Got connection. [javatest.batch] 12-12-2019 11:55:05: SVR: Got RA log. [javatest.batch] 12-12-2019 11:55:05: SVR-TRACE: [AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, XAManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, cbTestCPCandPVC: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., cbTestCPCandGPC: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, enterred submitSICWork(), submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workStarted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=5, notifications test: contextSetupComplete(): count=6, notifications test: workCompleted(): count=7, notifications test: workCompleted(): count=7, Work Object Submitted, WorkListenerImpl.workAccepted, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, str) passed, SharingViolationException(str, throwable) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, Xid Committed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, TransactionContext supported by Server., RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, SecurityContext supported by Server., RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, HintsContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, NoTxManagedConnectionFactory setResourceAdapter 1, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), LocalTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, IBAnnoWorkManager Work Object Submitted, IBAnnoMessageListener.workAccepted, IBAnnoMessageListener.workStarted, NestWork.constructor, NestWork.run, IBAnnoMessageListener committed Xid, TransactionContext Work Object Submitted, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., FAILURE: validateCustomPermFromAppServer(), throwing AccessControlException., SUCCESS: validateLocalGrantForCustomPerm passed., SUCCESS: validateRequiredPermSet passed., SUCCESS: CTSPermission3_name doesnt exist and was caught., SUCCESS: validateMissingPermFails passed., SUCCESS: validateRestrictedLocalPerm passed., SUCCESS: validateLocalPermsInvalidName() threw expected AccessControlException, SUCCESS: validateLocalPermsInvalidName passed., PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, NestWork.run, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] [javatest.batch] 12-12-2019 11:55:05: SVR: CommException API assertions passed [javatest.batch] 12-12-2019 11:55:05: SVR: Cleanup [javatest.batch] 12-12-2019 11:55:05: SVR: Test running in servlet vehicle passed [javatest.batch] 12-12-2019 11:55:06: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/localTx/connection/connectionClient1.java#testAPICommException_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 18 (18 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 121 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/localTx/connection/connectionClient1.java#testAPIEISSystemException_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:55:06: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:55:06: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:55:06: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testAPIEISSystemException -vehicle connectorservlet -ap /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/tssql.stmt [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:55:06: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:55:06: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:55:06: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:55:06: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:55:06: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:55:07: Opened connection to http://localhost:8001/localTx_conn_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:55:07: TRACE: got outputstream [javatest.batch] 12-12-2019 11:55:07: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:55:07: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:55:07: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:55:07: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:55:07: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:55:07: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:55:07: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:55:07: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:55:07: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:55:07: SVR-TRACE: --- Property Listing ---nullrapassword1=cts1nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=localTx_conn_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnulltestName=testAPIEISSystemExceptionnullwhitebox-tx=java:comp/env/eis/whitebox-txnullvehicle=connectorservletnullharness.log.delayseconds=1nullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nulltest_classname=com.sun.ts.tests.connector.localTx.connection.connectionClient1nullwebServerHost=localhostnullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullrauser1=cts1nullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:55:07: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:55:07: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:55:07: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.connection.connectionClient1 [javatest.batch] 12-12-2019 11:55:07: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.connection.connectionClient1 [javatest.batch] 12-12-2019 11:55:07: SVR-TRACE: ** IN getRunMethod: testname=testAPIEISSystemException [javatest.batch] 12-12-2019 11:55:07: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:55:07: SVR-TRACE: **runmethod=testAPIEISSystemException [javatest.batch] 12-12-2019 11:55:07: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:55:07: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:55:07: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testAPIEISSystemException_setup [javatest.batch] 12-12-2019 11:55:07: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:55:07: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:55:07: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:55:07: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testAPIEISSystemException_cleanup [javatest.batch] 12-12-2019 11:55:07: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:55:07: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:55:07: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:55:07: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 12-12-2019 11:55:07: SVR: Using: java:comp/env/eis/whitebox-tx-param [javatest.batch] 12-12-2019 11:55:07: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:55:07: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:55:07: SVR: Performing callback verification... [javatest.batch] 12-12-2019 11:55:07: SVR-TRACE: Got connection. [javatest.batch] 12-12-2019 11:55:07: SVR: Got RA log. [javatest.batch] 12-12-2019 11:55:07: SVR-TRACE: [AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, XAManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, cbTestCPCandPVC: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., cbTestCPCandGPC: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, enterred submitSICWork(), submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workStarted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=5, notifications test: contextSetupComplete(): count=6, notifications test: workCompleted(): count=7, notifications test: workCompleted(): count=7, Work Object Submitted, WorkListenerImpl.workAccepted, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, str) passed, SharingViolationException(str, throwable) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, Xid Committed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, TransactionContext supported by Server., RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, SecurityContext supported by Server., RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, HintsContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, NoTxManagedConnectionFactory setResourceAdapter 1, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), LocalTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, IBAnnoWorkManager Work Object Submitted, IBAnnoMessageListener.workAccepted, IBAnnoMessageListener.workStarted, NestWork.constructor, NestWork.run, IBAnnoMessageListener committed Xid, TransactionContext Work Object Submitted, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., FAILURE: validateCustomPermFromAppServer(), throwing AccessControlException., SUCCESS: validateLocalGrantForCustomPerm passed., SUCCESS: validateRequiredPermSet passed., SUCCESS: CTSPermission3_name doesnt exist and was caught., SUCCESS: validateMissingPermFails passed., SUCCESS: validateRestrictedLocalPerm passed., SUCCESS: validateLocalPermsInvalidName() threw expected AccessControlException, SUCCESS: validateLocalPermsInvalidName passed., PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, NestWork.run, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] [javatest.batch] 12-12-2019 11:55:07: SVR: EISSystemException API assertions passed [javatest.batch] 12-12-2019 11:55:07: SVR: Cleanup [javatest.batch] 12-12-2019 11:55:07: SVR: Test running in servlet vehicle passed [javatest.batch] 12-12-2019 11:55:08: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/localTx/connection/connectionClient1.java#testAPIEISSystemException_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 19 (19 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 120 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/localTx/connection/connectionClient1.java#testAPIHintsContext_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:55:08: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:55:08: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:55:08: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testAPIHintsContext -vehicle connectorservlet -ap /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/tssql.stmt [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:55:08: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:55:08: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:55:09: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:55:09: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:55:09: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:55:09: Opened connection to http://localhost:8001/localTx_conn_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:55:09: TRACE: got outputstream [javatest.batch] 12-12-2019 11:55:09: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:55:09: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:55:09: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:55:09: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:55:09: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:55:09: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:55:09: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:55:09: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:55:09: SVR-TRACE: --- Property Listing ---nullrapassword1=cts1nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=localTx_conn_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnulltestName=testAPIHintsContextnullwhitebox-tx=java:comp/env/eis/whitebox-txnullvehicle=connectorservletnullharness.log.delayseconds=1nullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nulltest_classname=com.sun.ts.tests.connector.localTx.connection.connectionClient1nullwebServerHost=localhostnullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullrauser1=cts1nullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:55:09: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:55:09: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:55:09: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:55:09: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.connection.connectionClient1 [javatest.batch] 12-12-2019 11:55:09: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.connection.connectionClient1 [javatest.batch] 12-12-2019 11:55:09: SVR-TRACE: ** IN getRunMethod: testname=testAPIHintsContext [javatest.batch] 12-12-2019 11:55:09: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:55:09: SVR-TRACE: **runmethod=testAPIHintsContext [javatest.batch] 12-12-2019 11:55:09: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:55:09: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:55:09: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testAPIHintsContext_setup [javatest.batch] 12-12-2019 11:55:09: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:55:09: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:55:09: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:55:09: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testAPIHintsContext_cleanup [javatest.batch] 12-12-2019 11:55:09: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:55:09: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:55:09: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:55:09: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 12-12-2019 11:55:09: SVR: Using: java:comp/env/eis/whitebox-tx-param [javatest.batch] 12-12-2019 11:55:09: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:55:09: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:55:09: SVR: Performing callback verification... [javatest.batch] 12-12-2019 11:55:09: SVR-TRACE: Got connection. [javatest.batch] 12-12-2019 11:55:09: SVR: Got RA log. [javatest.batch] 12-12-2019 11:55:09: SVR-TRACE: [AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, XAManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, cbTestCPCandPVC: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., cbTestCPCandGPC: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, enterred submitSICWork(), submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workStarted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=5, notifications test: contextSetupComplete(): count=6, notifications test: workCompleted(): count=7, notifications test: workCompleted(): count=7, Work Object Submitted, WorkListenerImpl.workAccepted, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, str) passed, SharingViolationException(str, throwable) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, Xid Committed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, TransactionContext supported by Server., RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, SecurityContext supported by Server., RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, HintsContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, NoTxManagedConnectionFactory setResourceAdapter 1, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), LocalTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, IBAnnoWorkManager Work Object Submitted, IBAnnoMessageListener.workAccepted, IBAnnoMessageListener.workStarted, NestWork.constructor, NestWork.run, IBAnnoMessageListener committed Xid, TransactionContext Work Object Submitted, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., FAILURE: validateCustomPermFromAppServer(), throwing AccessControlException., SUCCESS: validateLocalGrantForCustomPerm passed., SUCCESS: validateRequiredPermSet passed., SUCCESS: CTSPermission3_name doesnt exist and was caught., SUCCESS: validateMissingPermFails passed., SUCCESS: validateRestrictedLocalPerm passed., SUCCESS: validateLocalPermsInvalidName() threw expected AccessControlException, SUCCESS: validateLocalPermsInvalidName passed., PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, NestWork.run, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] [javatest.batch] 12-12-2019 11:55:09: SVR: InvalidPropertyException API assertions passed [javatest.batch] 12-12-2019 11:55:09: SVR: Cleanup [javatest.batch] 12-12-2019 11:55:09: SVR: Test running in servlet vehicle passed [javatest.batch] 12-12-2019 11:55:10: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/localTx/connection/connectionClient1.java#testAPIHintsContext_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 20 (20 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 119 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/localTx/connection/connectionClient1.java#testAPIIllegalStateException_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:55:10: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:55:10: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:55:10: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testAPIIllegalStateException -vehicle connectorservlet -ap /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/tssql.stmt [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:55:11: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:55:11: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:55:11: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:55:11: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:55:11: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:55:11: Opened connection to http://localhost:8001/localTx_conn_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:55:11: TRACE: got outputstream [javatest.batch] 12-12-2019 11:55:11: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:55:11: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:55:11: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:55:11: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:55:11: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:55:11: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:55:11: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:55:11: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:55:11: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:55:11: SVR-TRACE: --- Property Listing ---nullrapassword1=cts1nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=localTx_conn_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnulltestName=testAPIIllegalStateExceptionnullwhitebox-tx=java:comp/env/eis/whitebox-txnullvehicle=connectorservletnullharness.log.delayseconds=1nullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nulltest_classname=com.sun.ts.tests.connector.localTx.connection.connectionClient1nullwebServerHost=localhostnullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullrauser1=cts1nullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:55:11: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:55:11: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:55:11: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.connection.connectionClient1 [javatest.batch] 12-12-2019 11:55:11: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.connection.connectionClient1 [javatest.batch] 12-12-2019 11:55:11: SVR-TRACE: ** IN getRunMethod: testname=testAPIIllegalStateException [javatest.batch] 12-12-2019 11:55:11: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:55:11: SVR-TRACE: **runmethod=testAPIIllegalStateException [javatest.batch] 12-12-2019 11:55:11: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:55:11: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:55:11: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testAPIIllegalStateException_setup [javatest.batch] 12-12-2019 11:55:11: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:55:11: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:55:11: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:55:11: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testAPIIllegalStateException_cleanup [javatest.batch] 12-12-2019 11:55:11: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:55:11: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:55:11: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:55:11: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 12-12-2019 11:55:11: SVR: Using: java:comp/env/eis/whitebox-tx-param [javatest.batch] 12-12-2019 11:55:11: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:55:11: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:55:11: SVR: Performing callback verification... [javatest.batch] 12-12-2019 11:55:11: SVR-TRACE: Got connection. [javatest.batch] 12-12-2019 11:55:11: SVR: Got RA log. [javatest.batch] 12-12-2019 11:55:11: SVR-TRACE: [AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, XAManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, cbTestCPCandPVC: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., cbTestCPCandGPC: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, enterred submitSICWork(), submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workStarted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=5, notifications test: contextSetupComplete(): count=6, notifications test: workCompleted(): count=7, notifications test: workCompleted(): count=7, Work Object Submitted, WorkListenerImpl.workAccepted, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, str) passed, SharingViolationException(str, throwable) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, Xid Committed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, TransactionContext supported by Server., RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, SecurityContext supported by Server., RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, HintsContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, NoTxManagedConnectionFactory setResourceAdapter 1, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), LocalTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, IBAnnoWorkManager Work Object Submitted, IBAnnoMessageListener.workAccepted, IBAnnoMessageListener.workStarted, NestWork.constructor, NestWork.run, IBAnnoMessageListener committed Xid, TransactionContext Work Object Submitted, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., FAILURE: validateCustomPermFromAppServer(), throwing AccessControlException., SUCCESS: validateLocalGrantForCustomPerm passed., SUCCESS: validateRequiredPermSet passed., SUCCESS: CTSPermission3_name doesnt exist and was caught., SUCCESS: validateMissingPermFails passed., SUCCESS: validateRestrictedLocalPerm passed., SUCCESS: validateLocalPermsInvalidName() threw expected AccessControlException, SUCCESS: validateLocalPermsInvalidName passed., PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, NestWork.run, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] [javatest.batch] 12-12-2019 11:55:11: SVR: IllegalStateException API assertions passed [javatest.batch] 12-12-2019 11:55:11: SVR: Cleanup [javatest.batch] 12-12-2019 11:55:11: SVR: Test running in servlet vehicle passed [javatest.batch] 12-12-2019 11:55:12: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/localTx/connection/connectionClient1.java#testAPIIllegalStateException_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 21 (21 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 118 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/localTx/connection/connectionClient1.java#testAPIInvalidPropertyException_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:55:13: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:55:13: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:55:13: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testAPIInvalidPropertyException -vehicle connectorservlet -ap /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/tssql.stmt [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:55:13: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:55:13: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:55:13: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:55:13: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:55:13: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:55:13: Opened connection to http://localhost:8001/localTx_conn_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:55:13: TRACE: got outputstream [javatest.batch] 12-12-2019 11:55:13: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:55:13: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:55:13: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:55:13: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:55:13: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:55:13: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:55:13: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:55:13: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:55:13: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:55:13: SVR-TRACE: --- Property Listing ---nullrapassword1=cts1nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=localTx_conn_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnulltestName=testAPIInvalidPropertyExceptionnullwhitebox-tx=java:comp/env/eis/whitebox-txnullvehicle=connectorservletnullharness.log.delayseconds=1nullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nulltest_classname=com.sun.ts.tests.connector.localTx.connection.connectionClient1nullwebServerHost=localhostnullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullrauser1=cts1nullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:55:13: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:55:13: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:55:13: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.connection.connectionClient1 [javatest.batch] 12-12-2019 11:55:13: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.connection.connectionClient1 [javatest.batch] 12-12-2019 11:55:13: SVR-TRACE: ** IN getRunMethod: testname=testAPIInvalidPropertyException [javatest.batch] 12-12-2019 11:55:13: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:55:13: SVR-TRACE: **runmethod=testAPIInvalidPropertyException [javatest.batch] 12-12-2019 11:55:13: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:55:13: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:55:13: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testAPIInvalidPropertyException_setup [javatest.batch] 12-12-2019 11:55:13: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:55:13: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:55:13: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:55:13: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testAPIInvalidPropertyException_cleanup [javatest.batch] 12-12-2019 11:55:13: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:55:13: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:55:13: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:55:13: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 12-12-2019 11:55:13: SVR: Using: java:comp/env/eis/whitebox-tx-param [javatest.batch] 12-12-2019 11:55:13: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:55:13: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:55:13: SVR: Performing callback verification... [javatest.batch] 12-12-2019 11:55:13: SVR-TRACE: Got connection. [javatest.batch] 12-12-2019 11:55:13: SVR: Got RA log. [javatest.batch] 12-12-2019 11:55:13: SVR-TRACE: [AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, XAManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, cbTestCPCandPVC: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., cbTestCPCandGPC: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, enterred submitSICWork(), submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workStarted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=5, notifications test: contextSetupComplete(): count=6, notifications test: workCompleted(): count=7, notifications test: workCompleted(): count=7, Work Object Submitted, WorkListenerImpl.workAccepted, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, str) passed, SharingViolationException(str, throwable) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, Xid Committed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, TransactionContext supported by Server., RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, SecurityContext supported by Server., RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, HintsContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, NoTxManagedConnectionFactory setResourceAdapter 1, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), LocalTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, IBAnnoWorkManager Work Object Submitted, IBAnnoMessageListener.workAccepted, IBAnnoMessageListener.workStarted, NestWork.constructor, NestWork.run, IBAnnoMessageListener committed Xid, TransactionContext Work Object Submitted, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., FAILURE: validateCustomPermFromAppServer(), throwing AccessControlException., SUCCESS: validateLocalGrantForCustomPerm passed., SUCCESS: validateRequiredPermSet passed., SUCCESS: CTSPermission3_name doesnt exist and was caught., SUCCESS: validateMissingPermFails passed., SUCCESS: validateRestrictedLocalPerm passed., SUCCESS: validateLocalPermsInvalidName() threw expected AccessControlException, SUCCESS: validateLocalPermsInvalidName passed., PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, NestWork.run, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] [javatest.batch] 12-12-2019 11:55:13: SVR: InvalidPropertyException API assertions passed [javatest.batch] 12-12-2019 11:55:13: SVR: Cleanup [javatest.batch] 12-12-2019 11:55:13: SVR: Test running in servlet vehicle passed [javatest.batch] 12-12-2019 11:55:14: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/localTx/connection/connectionClient1.java#testAPIInvalidPropertyException_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 22 (22 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 117 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/localTx/connection/connectionClient1.java#testAPILocalTransactionException_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:55:15: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:55:15: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:55:15: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testAPILocalTransactionException -vehicle connectorservlet -ap /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/tssql.stmt [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:55:15: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:55:15: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:55:15: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:55:15: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:55:15: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:55:15: Opened connection to http://localhost:8001/localTx_conn_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:55:15: TRACE: got outputstream [javatest.batch] 12-12-2019 11:55:15: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:55:15: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:55:15: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:55:15: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:55:15: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:55:15: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:55:15: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:55:15: SVR-TRACE: --- Property Listing ---nullrapassword1=cts1nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=localTx_conn_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnulltestName=testAPILocalTransactionExceptionnullwhitebox-tx=java:comp/env/eis/whitebox-txnullvehicle=connectorservletnullharness.log.delayseconds=1nullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nulltest_classname=com.sun.ts.tests.connector.localTx.connection.connectionClient1nullwebServerHost=localhostnullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullrauser1=cts1nullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:55:15: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:55:15: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:55:15: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.connection.connectionClient1 [javatest.batch] 12-12-2019 11:55:15: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.connection.connectionClient1 [javatest.batch] 12-12-2019 11:55:15: SVR-TRACE: ** IN getRunMethod: testname=testAPILocalTransactionException [javatest.batch] 12-12-2019 11:55:15: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:55:15: SVR-TRACE: **runmethod=testAPILocalTransactionException [javatest.batch] 12-12-2019 11:55:15: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:55:15: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:55:15: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testAPILocalTransactionException_setup [javatest.batch] 12-12-2019 11:55:15: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:55:15: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:55:15: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:55:15: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testAPILocalTransactionException_cleanup [javatest.batch] 12-12-2019 11:55:15: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:55:15: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:55:15: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:55:15: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 12-12-2019 11:55:15: SVR: Using: java:comp/env/eis/whitebox-tx-param [javatest.batch] 12-12-2019 11:55:15: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:55:15: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:55:15: SVR: Performing callback verification... [javatest.batch] 12-12-2019 11:55:15: SVR-TRACE: Got connection. [javatest.batch] 12-12-2019 11:55:15: SVR: Got RA log. [javatest.batch] 12-12-2019 11:55:15: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:55:15: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:55:15: SVR-TRACE: [AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, XAManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, cbTestCPCandPVC: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., cbTestCPCandGPC: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, enterred submitSICWork(), submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workStarted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=5, notifications test: contextSetupComplete(): count=6, notifications test: workCompleted(): count=7, notifications test: workCompleted(): count=7, Work Object Submitted, WorkListenerImpl.workAccepted, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, str) passed, SharingViolationException(str, throwable) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, Xid Committed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, TransactionContext supported by Server., RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, SecurityContext supported by Server., RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, HintsContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, NoTxManagedConnectionFactory setResourceAdapter 1, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), LocalTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, IBAnnoWorkManager Work Object Submitted, IBAnnoMessageListener.workAccepted, IBAnnoMessageListener.workStarted, NestWork.constructor, NestWork.run, IBAnnoMessageListener committed Xid, TransactionContext Work Object Submitted, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., FAILURE: validateCustomPermFromAppServer(), throwing AccessControlException., SUCCESS: validateLocalGrantForCustomPerm passed., SUCCESS: validateRequiredPermSet passed., SUCCESS: CTSPermission3_name doesnt exist and was caught., SUCCESS: validateMissingPermFails passed., SUCCESS: validateRestrictedLocalPerm passed., SUCCESS: validateLocalPermsInvalidName() threw expected AccessControlException, SUCCESS: validateLocalPermsInvalidName passed., PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, NestWork.run, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] [javatest.batch] 12-12-2019 11:55:15: SVR: LocalTransactionException API assertions passed [javatest.batch] 12-12-2019 11:55:15: SVR: Cleanup [javatest.batch] 12-12-2019 11:55:15: SVR: Test running in servlet vehicle passed [javatest.batch] 12-12-2019 11:55:16: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/localTx/connection/connectionClient1.java#testAPILocalTransactionException_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 23 (23 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 116 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/localTx/connection/connectionClient1.java#testAPIManagedConnection_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:55:17: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:55:17: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:55:17: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testAPIManagedConnection -vehicle connectorservlet -ap /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/tssql.stmt [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:55:17: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:55:17: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:55:17: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:55:17: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:55:17: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:55:18: Opened connection to http://localhost:8001/localTx_conn_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:55:18: TRACE: got outputstream [javatest.batch] 12-12-2019 11:55:18: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:55:18: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:55:18: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:55:18: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:55:18: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:55:18: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:55:18: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:55:18: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:55:18: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:55:18: SVR-TRACE: --- Property Listing ---nullrapassword1=cts1nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=localTx_conn_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnulltestName=testAPIManagedConnectionnullwhitebox-tx=java:comp/env/eis/whitebox-txnullvehicle=connectorservletnullharness.log.delayseconds=1nullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nulltest_classname=com.sun.ts.tests.connector.localTx.connection.connectionClient1nullwebServerHost=localhostnullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullrauser1=cts1nullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:55:18: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:55:18: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:55:18: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.connection.connectionClient1 [javatest.batch] 12-12-2019 11:55:18: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.connection.connectionClient1 [javatest.batch] 12-12-2019 11:55:18: SVR-TRACE: ** IN getRunMethod: testname=testAPIManagedConnection [javatest.batch] 12-12-2019 11:55:18: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:55:18: SVR-TRACE: **runmethod=testAPIManagedConnection [javatest.batch] 12-12-2019 11:55:18: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:55:18: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:55:18: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testAPIManagedConnection_setup [javatest.batch] 12-12-2019 11:55:18: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:55:18: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:55:18: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:55:18: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testAPIManagedConnection_cleanup [javatest.batch] 12-12-2019 11:55:18: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:55:18: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:55:18: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:55:18: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 12-12-2019 11:55:18: SVR: Using: java:comp/env/eis/whitebox-tx-param [javatest.batch] 12-12-2019 11:55:18: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:55:18: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:55:18: SVR: Performing callback verification... [javatest.batch] 12-12-2019 11:55:18: SVR-TRACE: Got connection. [javatest.batch] 12-12-2019 11:55:18: SVR: Got RA log. [javatest.batch] 12-12-2019 11:55:18: SVR-TRACE: [AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, XAManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, cbTestCPCandPVC: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., cbTestCPCandGPC: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, enterred submitSICWork(), submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workStarted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=5, notifications test: contextSetupComplete(): count=6, notifications test: workCompleted(): count=7, notifications test: workCompleted(): count=7, Work Object Submitted, WorkListenerImpl.workAccepted, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, str) passed, SharingViolationException(str, throwable) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, Xid Committed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, TransactionContext supported by Server., RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, SecurityContext supported by Server., RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, HintsContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, NoTxManagedConnectionFactory setResourceAdapter 1, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), LocalTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, IBAnnoWorkManager Work Object Submitted, IBAnnoMessageListener.workAccepted, IBAnnoMessageListener.workStarted, NestWork.constructor, NestWork.run, IBAnnoMessageListener committed Xid, TransactionContext Work Object Submitted, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., FAILURE: validateCustomPermFromAppServer(), throwing AccessControlException., SUCCESS: validateLocalGrantForCustomPerm passed., SUCCESS: validateRequiredPermSet passed., SUCCESS: CTSPermission3_name doesnt exist and was caught., SUCCESS: validateMissingPermFails passed., SUCCESS: validateRestrictedLocalPerm passed., SUCCESS: validateLocalPermsInvalidName() threw expected AccessControlException, SUCCESS: validateLocalPermsInvalidName passed., PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, NestWork.run, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] [javatest.batch] 12-12-2019 11:55:18: SVR: ManagedConnectionMetaData API assertions passed [javatest.batch] 12-12-2019 11:55:18: SVR: Cleanup [javatest.batch] 12-12-2019 11:55:18: SVR: Test running in servlet vehicle passed [javatest.batch] 12-12-2019 11:55:19: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/localTx/connection/connectionClient1.java#testAPIManagedConnection_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 24 (24 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 115 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/localTx/connection/connectionClient1.java#testAPIManagedConnectionMetaData_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:55:19: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:55:19: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:55:19: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testAPIManagedConnectionMetaData -vehicle connectorservlet -ap /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/tssql.stmt [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:55:19: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:55:19: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:55:19: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:55:19: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:55:19: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:55:20: Opened connection to http://localhost:8001/localTx_conn_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:55:20: TRACE: got outputstream [javatest.batch] 12-12-2019 11:55:20: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:55:20: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:55:20: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:55:20: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:55:20: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:55:20: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:55:20: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:55:20: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:55:20: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:55:20: SVR-TRACE: --- Property Listing ---nullrapassword1=cts1nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=localTx_conn_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnulltestName=testAPIManagedConnectionMetaDatanullwhitebox-tx=java:comp/env/eis/whitebox-txnullvehicle=connectorservletnullharness.log.delayseconds=1nullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nulltest_classname=com.sun.ts.tests.connector.localTx.connection.connectionClient1nullwebServerHost=localhostnullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullrauser1=cts1nullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:55:20: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:55:20: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:55:20: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.connection.connectionClient1 [javatest.batch] 12-12-2019 11:55:20: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.connection.connectionClient1 [javatest.batch] 12-12-2019 11:55:20: SVR-TRACE: ** IN getRunMethod: testname=testAPIManagedConnectionMetaData [javatest.batch] 12-12-2019 11:55:20: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:55:20: SVR-TRACE: **runmethod=testAPIManagedConnectionMetaData [javatest.batch] 12-12-2019 11:55:20: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:55:20: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:55:20: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testAPIManagedConnectionMetaData_setup [javatest.batch] 12-12-2019 11:55:20: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:55:20: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:55:20: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:55:20: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testAPIManagedConnectionMetaData_cleanup [javatest.batch] 12-12-2019 11:55:20: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:55:20: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:55:20: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:55:20: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 12-12-2019 11:55:20: SVR: Using: java:comp/env/eis/whitebox-tx-param [javatest.batch] 12-12-2019 11:55:20: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:55:20: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:55:20: SVR: Performing callback verification... [javatest.batch] 12-12-2019 11:55:20: SVR-TRACE: Got connection. [javatest.batch] 12-12-2019 11:55:20: SVR: Got RA log. [javatest.batch] 12-12-2019 11:55:20: SVR-TRACE: [AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, XAManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, cbTestCPCandPVC: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., cbTestCPCandGPC: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, enterred submitSICWork(), submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workStarted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=5, notifications test: contextSetupComplete(): count=6, notifications test: workCompleted(): count=7, notifications test: workCompleted(): count=7, Work Object Submitted, WorkListenerImpl.workAccepted, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, str) passed, SharingViolationException(str, throwable) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, Xid Committed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, TransactionContext supported by Server., RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, SecurityContext supported by Server., RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, HintsContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, NoTxManagedConnectionFactory setResourceAdapter 1, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), LocalTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, IBAnnoWorkManager Work Object Submitted, IBAnnoMessageListener.workAccepted, IBAnnoMessageListener.workStarted, NestWork.constructor, NestWork.run, IBAnnoMessageListener committed Xid, TransactionContext Work Object Submitted, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., FAILURE: validateCustomPermFromAppServer(), throwing AccessControlException., SUCCESS: validateLocalGrantForCustomPerm passed., SUCCESS: validateRequiredPermSet passed., SUCCESS: CTSPermission3_name doesnt exist and was caught., SUCCESS: validateMissingPermFails passed., SUCCESS: validateRestrictedLocalPerm passed., SUCCESS: validateLocalPermsInvalidName() threw expected AccessControlException, SUCCESS: validateLocalPermsInvalidName passed., PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, NestWork.run, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] [javatest.batch] 12-12-2019 11:55:20: SVR: ManagedConnectionMetaData API assertions passed [javatest.batch] 12-12-2019 11:55:20: SVR: Cleanup [javatest.batch] 12-12-2019 11:55:20: SVR: Test running in servlet vehicle passed [javatest.batch] 12-12-2019 11:55:21: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/localTx/connection/connectionClient1.java#testAPIManagedConnectionMetaData_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 25 (25 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 114 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/localTx/connection/connectionClient1.java#testAPINotSupportedException_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:55:21: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:55:21: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:55:21: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testAPINotSupportedException -vehicle connectorservlet -ap /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/tssql.stmt [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:55:21: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:55:21: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:55:21: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:55:21: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:55:21: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:55:22: Opened connection to http://localhost:8001/localTx_conn_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:55:22: TRACE: got outputstream [javatest.batch] 12-12-2019 11:55:22: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:55:22: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:55:22: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:55:22: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:55:22: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:55:22: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:55:22: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:55:22: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:55:22: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:55:22: SVR-TRACE: --- Property Listing ---nullrapassword1=cts1nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=localTx_conn_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnulltestName=testAPINotSupportedExceptionnullwhitebox-tx=java:comp/env/eis/whitebox-txnullvehicle=connectorservletnullharness.log.delayseconds=1nullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nulltest_classname=com.sun.ts.tests.connector.localTx.connection.connectionClient1nullwebServerHost=localhostnullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullrauser1=cts1nullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:55:22: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:55:22: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:55:22: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.connection.connectionClient1 [javatest.batch] 12-12-2019 11:55:22: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.connection.connectionClient1 [javatest.batch] 12-12-2019 11:55:22: SVR-TRACE: ** IN getRunMethod: testname=testAPINotSupportedException [javatest.batch] 12-12-2019 11:55:22: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:55:22: SVR-TRACE: **runmethod=testAPINotSupportedException [javatest.batch] 12-12-2019 11:55:22: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:55:22: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:55:22: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testAPINotSupportedException_setup [javatest.batch] 12-12-2019 11:55:22: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:55:22: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:55:22: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:55:22: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testAPINotSupportedException_cleanup [javatest.batch] 12-12-2019 11:55:22: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:55:22: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:55:22: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:55:22: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 12-12-2019 11:55:22: SVR: Using: java:comp/env/eis/whitebox-tx-param [javatest.batch] 12-12-2019 11:55:22: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:55:22: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:55:22: SVR: Performing callback verification... [javatest.batch] 12-12-2019 11:55:22: SVR-TRACE: Got connection. [javatest.batch] 12-12-2019 11:55:22: SVR: Got RA log. [javatest.batch] 12-12-2019 11:55:22: SVR-TRACE: [AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, XAManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, cbTestCPCandPVC: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., cbTestCPCandGPC: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, enterred submitSICWork(), submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workStarted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=5, notifications test: contextSetupComplete(): count=6, notifications test: workCompleted(): count=7, notifications test: workCompleted(): count=7, Work Object Submitted, WorkListenerImpl.workAccepted, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, str) passed, SharingViolationException(str, throwable) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, Xid Committed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, TransactionContext supported by Server., RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, SecurityContext supported by Server., RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, HintsContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, NoTxManagedConnectionFactory setResourceAdapter 1, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), LocalTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, IBAnnoWorkManager Work Object Submitted, IBAnnoMessageListener.workAccepted, IBAnnoMessageListener.workStarted, NestWork.constructor, NestWork.run, IBAnnoMessageListener committed Xid, TransactionContext Work Object Submitted, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., FAILURE: validateCustomPermFromAppServer(), throwing AccessControlException., SUCCESS: validateLocalGrantForCustomPerm passed., SUCCESS: validateRequiredPermSet passed., SUCCESS: CTSPermission3_name doesnt exist and was caught., SUCCESS: validateMissingPermFails passed., SUCCESS: validateRestrictedLocalPerm passed., SUCCESS: validateLocalPermsInvalidName() threw expected AccessControlException, SUCCESS: validateLocalPermsInvalidName passed., PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, NestWork.run, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] [javatest.batch] 12-12-2019 11:55:22: SVR: NotSupportedException API assertions passed [javatest.batch] 12-12-2019 11:55:22: SVR: Cleanup [javatest.batch] 12-12-2019 11:55:22: SVR: Test running in servlet vehicle passed [javatest.batch] 12-12-2019 11:55:23: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/localTx/connection/connectionClient1.java#testAPINotSupportedException_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 26 (26 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 113 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/localTx/connection/connectionClient1.java#testAPIResourceAdapterInternalException_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:55:23: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:55:23: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:55:23: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testAPIResourceAdapterInternalException -vehicle connectorservlet -ap /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/tssql.stmt [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:55:23: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:55:23: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:55:23: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:55:23: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:55:23: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:55:24: Opened connection to http://localhost:8001/localTx_conn_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:55:24: TRACE: got outputstream [javatest.batch] 12-12-2019 11:55:24: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:55:24: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:55:24: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:55:24: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:55:24: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:55:24: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:55:24: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:55:24: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:55:24: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:55:24: SVR-TRACE: --- Property Listing ---nullrapassword1=cts1nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=localTx_conn_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnulltestName=testAPIResourceAdapterInternalExceptionnullwhitebox-tx=java:comp/env/eis/whitebox-txnullvehicle=connectorservletnullharness.log.delayseconds=1nullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nulltest_classname=com.sun.ts.tests.connector.localTx.connection.connectionClient1nullwebServerHost=localhostnullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullrauser1=cts1nullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:55:24: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:55:24: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:55:24: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.connection.connectionClient1 [javatest.batch] 12-12-2019 11:55:24: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.connection.connectionClient1 [javatest.batch] 12-12-2019 11:55:24: SVR-TRACE: ** IN getRunMethod: testname=testAPIResourceAdapterInternalException [javatest.batch] 12-12-2019 11:55:24: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:55:24: SVR-TRACE: **runmethod=testAPIResourceAdapterInternalException [javatest.batch] 12-12-2019 11:55:24: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:55:24: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:55:24: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testAPIResourceAdapterInternalException_setup [javatest.batch] 12-12-2019 11:55:24: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:55:24: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:55:24: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:55:24: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testAPIResourceAdapterInternalException_cleanup [javatest.batch] 12-12-2019 11:55:24: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:55:24: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:55:24: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:55:24: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 12-12-2019 11:55:24: SVR: Using: java:comp/env/eis/whitebox-tx-param [javatest.batch] 12-12-2019 11:55:24: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:55:24: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:55:24: SVR: Performing callback verification... [javatest.batch] 12-12-2019 11:55:24: SVR-TRACE: Got connection. [javatest.batch] 12-12-2019 11:55:24: SVR: Got RA log. [javatest.batch] 12-12-2019 11:55:24: SVR-TRACE: [AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, XAManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, cbTestCPCandPVC: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., cbTestCPCandGPC: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, enterred submitSICWork(), submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workStarted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=5, notifications test: contextSetupComplete(): count=6, notifications test: workCompleted(): count=7, notifications test: workCompleted(): count=7, Work Object Submitted, WorkListenerImpl.workAccepted, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, str) passed, SharingViolationException(str, throwable) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, Xid Committed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, TransactionContext supported by Server., RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, SecurityContext supported by Server., RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, HintsContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, NoTxManagedConnectionFactory setResourceAdapter 1, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), LocalTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, IBAnnoWorkManager Work Object Submitted, IBAnnoMessageListener.workAccepted, IBAnnoMessageListener.workStarted, NestWork.constructor, NestWork.run, IBAnnoMessageListener committed Xid, TransactionContext Work Object Submitted, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., FAILURE: validateCustomPermFromAppServer(), throwing AccessControlException., SUCCESS: validateLocalGrantForCustomPerm passed., SUCCESS: validateRequiredPermSet passed., SUCCESS: CTSPermission3_name doesnt exist and was caught., SUCCESS: validateMissingPermFails passed., SUCCESS: validateRestrictedLocalPerm passed., SUCCESS: validateLocalPermsInvalidName() threw expected AccessControlException, SUCCESS: validateLocalPermsInvalidName passed., PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, NestWork.run, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] [javatest.batch] 12-12-2019 11:55:24: SVR: ResourceAdapterInternalException API assertions passed [javatest.batch] 12-12-2019 11:55:24: SVR: Cleanup [javatest.batch] 12-12-2019 11:55:24: SVR: Test running in servlet vehicle passed [javatest.batch] 12-12-2019 11:55:25: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/localTx/connection/connectionClient1.java#testAPIResourceAdapterInternalException_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 27 (27 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 112 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/localTx/connection/connectionClient1.java#testAPIResourceAllocationException_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:55:25: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:55:25: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:55:25: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testAPIResourceAllocationException -vehicle connectorservlet -ap /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/tssql.stmt [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:55:26: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:55:26: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:55:26: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:55:26: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:55:26: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:55:26: Opened connection to http://localhost:8001/localTx_conn_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:55:26: TRACE: got outputstream [javatest.batch] 12-12-2019 11:55:26: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:55:26: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:55:26: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:55:26: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:55:26: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:55:26: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:55:26: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:55:26: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:55:26: SVR-TRACE: --- Property Listing ---nullrapassword1=cts1nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=localTx_conn_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnulltestName=testAPIResourceAllocationExceptionnullwhitebox-tx=java:comp/env/eis/whitebox-txnullvehicle=connectorservletnullharness.log.delayseconds=1nullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nulltest_classname=com.sun.ts.tests.connector.localTx.connection.connectionClient1nullwebServerHost=localhostnullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullrauser1=cts1nullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:55:26: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:55:26: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:55:26: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.connection.connectionClient1 [javatest.batch] 12-12-2019 11:55:26: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.connection.connectionClient1 [javatest.batch] 12-12-2019 11:55:26: SVR-TRACE: ** IN getRunMethod: testname=testAPIResourceAllocationException [javatest.batch] 12-12-2019 11:55:26: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:55:26: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:55:26: SVR-TRACE: **runmethod=testAPIResourceAllocationException [javatest.batch] 12-12-2019 11:55:26: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:55:26: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:55:26: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testAPIResourceAllocationException_setup [javatest.batch] 12-12-2019 11:55:26: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:55:26: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:55:26: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:55:26: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testAPIResourceAllocationException_cleanup [javatest.batch] 12-12-2019 11:55:26: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:55:26: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:55:26: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:55:26: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 12-12-2019 11:55:26: SVR: Using: java:comp/env/eis/whitebox-tx-param [javatest.batch] 12-12-2019 11:55:26: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:55:26: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:55:26: SVR: Performing callback verification... [javatest.batch] 12-12-2019 11:55:26: SVR-TRACE: Got connection. [javatest.batch] 12-12-2019 11:55:26: SVR: Got RA log. [javatest.batch] 12-12-2019 11:55:26: SVR-TRACE: [AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, XAManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, cbTestCPCandPVC: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., cbTestCPCandGPC: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, enterred submitSICWork(), submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workStarted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=5, notifications test: contextSetupComplete(): count=6, notifications test: workCompleted(): count=7, notifications test: workCompleted(): count=7, Work Object Submitted, WorkListenerImpl.workAccepted, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, str) passed, SharingViolationException(str, throwable) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, Xid Committed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, TransactionContext supported by Server., RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, SecurityContext supported by Server., RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, HintsContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, NoTxManagedConnectionFactory setResourceAdapter 1, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), LocalTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, IBAnnoWorkManager Work Object Submitted, IBAnnoMessageListener.workAccepted, IBAnnoMessageListener.workStarted, NestWork.constructor, NestWork.run, IBAnnoMessageListener committed Xid, TransactionContext Work Object Submitted, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., FAILURE: validateCustomPermFromAppServer(), throwing AccessControlException., SUCCESS: validateLocalGrantForCustomPerm passed., SUCCESS: validateRequiredPermSet passed., SUCCESS: CTSPermission3_name doesnt exist and was caught., SUCCESS: validateMissingPermFails passed., SUCCESS: validateRestrictedLocalPerm passed., SUCCESS: validateLocalPermsInvalidName() threw expected AccessControlException, SUCCESS: validateLocalPermsInvalidName passed., PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, NestWork.run, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] [javatest.batch] 12-12-2019 11:55:26: SVR: ResourceAllocationException API assertions passed [javatest.batch] 12-12-2019 11:55:26: SVR: Cleanup [javatest.batch] 12-12-2019 11:55:26: SVR: Test running in servlet vehicle passed [javatest.batch] 12-12-2019 11:55:27: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/localTx/connection/connectionClient1.java#testAPIResourceAllocationException_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 28 (28 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 111 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/localTx/connection/connectionClient1.java#testAPIResourceException_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:55:28: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:55:28: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:55:28: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testAPIResourceException -vehicle connectorservlet -ap /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/tssql.stmt [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:55:28: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:55:28: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:55:28: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:55:28: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:55:28: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:55:28: Opened connection to http://localhost:8001/localTx_conn_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:55:28: TRACE: got outputstream [javatest.batch] 12-12-2019 11:55:28: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:55:28: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:55:28: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:55:28: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:55:28: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:55:28: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:55:28: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:55:28: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:55:28: SVR-TRACE: --- Property Listing ---nullrapassword1=cts1nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=localTx_conn_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnulltestName=testAPIResourceExceptionnullwhitebox-tx=java:comp/env/eis/whitebox-txnullvehicle=connectorservletnullharness.log.delayseconds=1nullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nulltest_classname=com.sun.ts.tests.connector.localTx.connection.connectionClient1nullwebServerHost=localhostnullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullrauser1=cts1nullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:55:28: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:55:28: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:55:28: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:55:28: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.connection.connectionClient1 [javatest.batch] 12-12-2019 11:55:28: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.connection.connectionClient1 [javatest.batch] 12-12-2019 11:55:28: SVR-TRACE: ** IN getRunMethod: testname=testAPIResourceException [javatest.batch] 12-12-2019 11:55:28: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:55:28: SVR-TRACE: **runmethod=testAPIResourceException [javatest.batch] 12-12-2019 11:55:28: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:55:28: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:55:28: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testAPIResourceException_setup [javatest.batch] 12-12-2019 11:55:28: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:55:28: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:55:28: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:55:28: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testAPIResourceException_cleanup [javatest.batch] 12-12-2019 11:55:28: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:55:28: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:55:28: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:55:28: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 12-12-2019 11:55:28: SVR: Using: java:comp/env/eis/whitebox-tx-param [javatest.batch] 12-12-2019 11:55:28: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:55:28: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:55:28: SVR: Performing callback verification... [javatest.batch] 12-12-2019 11:55:28: SVR-TRACE: Got connection. [javatest.batch] 12-12-2019 11:55:28: SVR: Got RA log. [javatest.batch] 12-12-2019 11:55:28: SVR-TRACE: [AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, XAManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, cbTestCPCandPVC: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., cbTestCPCandGPC: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, enterred submitSICWork(), submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workStarted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=5, notifications test: contextSetupComplete(): count=6, notifications test: workCompleted(): count=7, notifications test: workCompleted(): count=7, Work Object Submitted, WorkListenerImpl.workAccepted, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, str) passed, SharingViolationException(str, throwable) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, Xid Committed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, TransactionContext supported by Server., RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, SecurityContext supported by Server., RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, HintsContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, NoTxManagedConnectionFactory setResourceAdapter 1, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), LocalTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, IBAnnoWorkManager Work Object Submitted, IBAnnoMessageListener.workAccepted, IBAnnoMessageListener.workStarted, NestWork.constructor, NestWork.run, IBAnnoMessageListener committed Xid, TransactionContext Work Object Submitted, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., FAILURE: validateCustomPermFromAppServer(), throwing AccessControlException., SUCCESS: validateLocalGrantForCustomPerm passed., SUCCESS: validateRequiredPermSet passed., SUCCESS: CTSPermission3_name doesnt exist and was caught., SUCCESS: validateMissingPermFails passed., SUCCESS: validateRestrictedLocalPerm passed., SUCCESS: validateLocalPermsInvalidName() threw expected AccessControlException, SUCCESS: validateLocalPermsInvalidName passed., PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, NestWork.run, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] [javatest.batch] 12-12-2019 11:55:28: SVR: ResourceException API assertions passed [javatest.batch] 12-12-2019 11:55:28: SVR: Cleanup [javatest.batch] 12-12-2019 11:55:28: SVR: Test running in servlet vehicle passed [javatest.batch] 12-12-2019 11:55:29: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/localTx/connection/connectionClient1.java#testAPIResourceException_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 29 (29 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 110 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/localTx/connection/connectionClient1.java#testAPIRetryableUnavailableException_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:55:30: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:55:30: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:55:30: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testAPIRetryableUnavailableException -vehicle connectorservlet -ap /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/tssql.stmt [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:55:30: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:55:30: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:55:30: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:55:30: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:55:30: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:55:30: Opened connection to http://localhost:8001/localTx_conn_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:55:30: TRACE: got outputstream [javatest.batch] 12-12-2019 11:55:30: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:55:30: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:55:30: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:55:30: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:55:30: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:55:30: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:55:30: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:55:30: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:55:30: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:55:30: SVR-TRACE: --- Property Listing ---nullrapassword1=cts1nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=localTx_conn_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnulltestName=testAPIRetryableUnavailableExceptionnullwhitebox-tx=java:comp/env/eis/whitebox-txnullvehicle=connectorservletnullharness.log.delayseconds=1nullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nulltest_classname=com.sun.ts.tests.connector.localTx.connection.connectionClient1nullwebServerHost=localhostnullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullrauser1=cts1nullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:55:30: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:55:30: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:55:30: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.connection.connectionClient1 [javatest.batch] 12-12-2019 11:55:30: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.connection.connectionClient1 [javatest.batch] 12-12-2019 11:55:30: SVR-TRACE: ** IN getRunMethod: testname=testAPIRetryableUnavailableException [javatest.batch] 12-12-2019 11:55:30: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:55:30: SVR-TRACE: **runmethod=testAPIRetryableUnavailableException [javatest.batch] 12-12-2019 11:55:30: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:55:30: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:55:30: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testAPIRetryableUnavailableException_setup [javatest.batch] 12-12-2019 11:55:30: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:55:31: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:55:31: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:55:31: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testAPIRetryableUnavailableException_cleanup [javatest.batch] 12-12-2019 11:55:31: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:55:31: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:55:31: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:55:31: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 12-12-2019 11:55:31: SVR: Using: java:comp/env/eis/whitebox-tx-param [javatest.batch] 12-12-2019 11:55:31: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:55:31: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:55:31: SVR: Performing callback verification... [javatest.batch] 12-12-2019 11:55:31: SVR-TRACE: Got connection. [javatest.batch] 12-12-2019 11:55:31: SVR: Got RA log. [javatest.batch] 12-12-2019 11:55:31: SVR-TRACE: [AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, XAManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, cbTestCPCandPVC: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., cbTestCPCandGPC: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, enterred submitSICWork(), submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workStarted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=5, notifications test: contextSetupComplete(): count=6, notifications test: workCompleted(): count=7, notifications test: workCompleted(): count=7, Work Object Submitted, WorkListenerImpl.workAccepted, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, str) passed, SharingViolationException(str, throwable) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, Xid Committed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, TransactionContext supported by Server., RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, SecurityContext supported by Server., RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, HintsContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, NoTxManagedConnectionFactory setResourceAdapter 1, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), LocalTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, IBAnnoWorkManager Work Object Submitted, IBAnnoMessageListener.workAccepted, IBAnnoMessageListener.workStarted, NestWork.constructor, NestWork.run, IBAnnoMessageListener committed Xid, TransactionContext Work Object Submitted, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., FAILURE: validateCustomPermFromAppServer(), throwing AccessControlException., SUCCESS: validateLocalGrantForCustomPerm passed., SUCCESS: validateRequiredPermSet passed., SUCCESS: CTSPermission3_name doesnt exist and was caught., SUCCESS: validateMissingPermFails passed., SUCCESS: validateRestrictedLocalPerm passed., SUCCESS: validateLocalPermsInvalidName() threw expected AccessControlException, SUCCESS: validateLocalPermsInvalidName passed., PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, NestWork.run, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] [javatest.batch] 12-12-2019 11:55:31: SVR: RetryableUnavailableException API assertions passed [javatest.batch] 12-12-2019 11:55:31: SVR: Cleanup [javatest.batch] 12-12-2019 11:55:31: SVR: Test running in servlet vehicle passed [javatest.batch] 12-12-2019 11:55:31: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/localTx/connection/connectionClient1.java#testAPIRetryableUnavailableException_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 30 (30 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 109 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/localTx/connection/connectionClient1.java#testAPIRetryableWorkRejectedException_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:55:32: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:55:32: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:55:32: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testAPIRetryableWorkRejectedException -vehicle connectorservlet -ap /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/tssql.stmt [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:55:32: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:55:32: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:55:32: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:55:32: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:55:32: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:55:33: Opened connection to http://localhost:8001/localTx_conn_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:55:33: TRACE: got outputstream [javatest.batch] 12-12-2019 11:55:33: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:55:33: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:55:33: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:55:33: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:55:33: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:55:33: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:55:33: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:55:33: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:55:33: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:55:33: SVR-TRACE: --- Property Listing ---nullrapassword1=cts1nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=localTx_conn_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnulltestName=testAPIRetryableWorkRejectedExceptionnullwhitebox-tx=java:comp/env/eis/whitebox-txnullvehicle=connectorservletnullharness.log.delayseconds=1nullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nulltest_classname=com.sun.ts.tests.connector.localTx.connection.connectionClient1nullwebServerHost=localhostnullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullrauser1=cts1nullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:55:33: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:55:33: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:55:33: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.connection.connectionClient1 [javatest.batch] 12-12-2019 11:55:33: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.connection.connectionClient1 [javatest.batch] 12-12-2019 11:55:33: SVR-TRACE: ** IN getRunMethod: testname=testAPIRetryableWorkRejectedException [javatest.batch] 12-12-2019 11:55:33: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:55:33: SVR-TRACE: **runmethod=testAPIRetryableWorkRejectedException [javatest.batch] 12-12-2019 11:55:33: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:55:33: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:55:33: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testAPIRetryableWorkRejectedException_setup [javatest.batch] 12-12-2019 11:55:33: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:55:33: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:55:33: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:55:33: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testAPIRetryableWorkRejectedException_cleanup [javatest.batch] 12-12-2019 11:55:33: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:55:33: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:55:33: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:55:33: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 12-12-2019 11:55:33: SVR: Using: java:comp/env/eis/whitebox-tx-param [javatest.batch] 12-12-2019 11:55:33: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:55:33: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:55:33: SVR: Performing callback verification... [javatest.batch] 12-12-2019 11:55:33: SVR-TRACE: Got connection. [javatest.batch] 12-12-2019 11:55:33: SVR: Got RA log. [javatest.batch] 12-12-2019 11:55:33: SVR-TRACE: [AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, XAManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, cbTestCPCandPVC: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., cbTestCPCandGPC: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, enterred submitSICWork(), submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workStarted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=5, notifications test: contextSetupComplete(): count=6, notifications test: workCompleted(): count=7, notifications test: workCompleted(): count=7, Work Object Submitted, WorkListenerImpl.workAccepted, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, str) passed, SharingViolationException(str, throwable) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, Xid Committed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, TransactionContext supported by Server., RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, SecurityContext supported by Server., RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, HintsContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, NoTxManagedConnectionFactory setResourceAdapter 1, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), LocalTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, IBAnnoWorkManager Work Object Submitted, IBAnnoMessageListener.workAccepted, IBAnnoMessageListener.workStarted, NestWork.constructor, NestWork.run, IBAnnoMessageListener committed Xid, TransactionContext Work Object Submitted, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., FAILURE: validateCustomPermFromAppServer(), throwing AccessControlException., SUCCESS: validateLocalGrantForCustomPerm passed., SUCCESS: validateRequiredPermSet passed., SUCCESS: CTSPermission3_name doesnt exist and was caught., SUCCESS: validateMissingPermFails passed., SUCCESS: validateRestrictedLocalPerm passed., SUCCESS: validateLocalPermsInvalidName() threw expected AccessControlException, SUCCESS: validateLocalPermsInvalidName passed., PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, NestWork.run, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] [javatest.batch] 12-12-2019 11:55:33: SVR: RetryableWorkRejectedException API assertions passed [javatest.batch] 12-12-2019 11:55:33: SVR: Cleanup [javatest.batch] 12-12-2019 11:55:33: SVR: Test running in servlet vehicle passed [javatest.batch] 12-12-2019 11:55:34: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/localTx/connection/connectionClient1.java#testAPIRetryableWorkRejectedException_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 31 (31 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 108 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/localTx/connection/connectionClient1.java#testAPISecurityException_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:55:34: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:55:34: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:55:34: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testAPISecurityException -vehicle connectorservlet -ap /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/tssql.stmt [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:55:34: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:55:34: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:55:34: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:55:34: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:55:34: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:55:35: Opened connection to http://localhost:8001/localTx_conn_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:55:35: TRACE: got outputstream [javatest.batch] 12-12-2019 11:55:35: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:55:35: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:55:35: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:55:35: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:55:35: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:55:35: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:55:35: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:55:35: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:55:35: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:55:35: SVR-TRACE: --- Property Listing ---nullrapassword1=cts1nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=localTx_conn_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnulltestName=testAPISecurityExceptionnullwhitebox-tx=java:comp/env/eis/whitebox-txnullvehicle=connectorservletnullharness.log.delayseconds=1nullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nulltest_classname=com.sun.ts.tests.connector.localTx.connection.connectionClient1nullwebServerHost=localhostnullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullrauser1=cts1nullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:55:35: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:55:35: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:55:35: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.connection.connectionClient1 [javatest.batch] 12-12-2019 11:55:35: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.connection.connectionClient1 [javatest.batch] 12-12-2019 11:55:35: SVR-TRACE: ** IN getRunMethod: testname=testAPISecurityException [javatest.batch] 12-12-2019 11:55:35: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:55:35: SVR-TRACE: **runmethod=testAPISecurityException [javatest.batch] 12-12-2019 11:55:35: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:55:35: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:55:35: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testAPISecurityException_setup [javatest.batch] 12-12-2019 11:55:35: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:55:35: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:55:35: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:55:35: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testAPISecurityException_cleanup [javatest.batch] 12-12-2019 11:55:35: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:55:35: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:55:35: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:55:35: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 12-12-2019 11:55:35: SVR: Using: java:comp/env/eis/whitebox-tx-param [javatest.batch] 12-12-2019 11:55:35: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:55:35: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:55:35: SVR: Performing callback verification... [javatest.batch] 12-12-2019 11:55:35: SVR-TRACE: Got connection. [javatest.batch] 12-12-2019 11:55:35: SVR: Got RA log. [javatest.batch] 12-12-2019 11:55:35: SVR-TRACE: [AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, XAManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, cbTestCPCandPVC: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., cbTestCPCandGPC: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, enterred submitSICWork(), submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workStarted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=5, notifications test: contextSetupComplete(): count=6, notifications test: workCompleted(): count=7, notifications test: workCompleted(): count=7, Work Object Submitted, WorkListenerImpl.workAccepted, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, str) passed, SharingViolationException(str, throwable) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, Xid Committed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, TransactionContext supported by Server., RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, SecurityContext supported by Server., RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, HintsContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, NoTxManagedConnectionFactory setResourceAdapter 1, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), LocalTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, IBAnnoWorkManager Work Object Submitted, IBAnnoMessageListener.workAccepted, IBAnnoMessageListener.workStarted, NestWork.constructor, NestWork.run, IBAnnoMessageListener committed Xid, TransactionContext Work Object Submitted, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., FAILURE: validateCustomPermFromAppServer(), throwing AccessControlException., SUCCESS: validateLocalGrantForCustomPerm passed., SUCCESS: validateRequiredPermSet passed., SUCCESS: CTSPermission3_name doesnt exist and was caught., SUCCESS: validateMissingPermFails passed., SUCCESS: validateRestrictedLocalPerm passed., SUCCESS: validateLocalPermsInvalidName() threw expected AccessControlException, SUCCESS: validateLocalPermsInvalidName passed., PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, NestWork.run, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] [javatest.batch] 12-12-2019 11:55:35: SVR: SecurityException API assertions passed [javatest.batch] 12-12-2019 11:55:35: SVR: Cleanup [javatest.batch] 12-12-2019 11:55:35: SVR: Test running in servlet vehicle passed [javatest.batch] 12-12-2019 11:55:36: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/localTx/connection/connectionClient1.java#testAPISecurityException_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 32 (32 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 107 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/localTx/connection/connectionClient1.java#testAPISharingViolationException_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:55:36: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:55:36: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:55:36: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testAPISharingViolationException -vehicle connectorservlet -ap /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/tssql.stmt [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:55:36: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:55:36: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:55:36: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:55:36: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:55:36: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:55:37: Opened connection to http://localhost:8001/localTx_conn_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:55:37: TRACE: got outputstream [javatest.batch] 12-12-2019 11:55:37: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:55:37: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:55:37: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:55:37: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:55:37: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:55:37: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:55:37: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:55:37: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:55:37: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:55:37: SVR-TRACE: --- Property Listing ---nullrapassword1=cts1nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=localTx_conn_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnulltestName=testAPISharingViolationExceptionnullwhitebox-tx=java:comp/env/eis/whitebox-txnullvehicle=connectorservletnullharness.log.delayseconds=1nullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nulltest_classname=com.sun.ts.tests.connector.localTx.connection.connectionClient1nullwebServerHost=localhostnullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullrauser1=cts1nullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:55:37: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:55:37: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:55:37: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.connection.connectionClient1 [javatest.batch] 12-12-2019 11:55:37: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.connection.connectionClient1 [javatest.batch] 12-12-2019 11:55:37: SVR-TRACE: ** IN getRunMethod: testname=testAPISharingViolationException [javatest.batch] 12-12-2019 11:55:37: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:55:37: SVR-TRACE: **runmethod=testAPISharingViolationException [javatest.batch] 12-12-2019 11:55:37: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:55:37: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:55:37: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testAPISharingViolationException_setup [javatest.batch] 12-12-2019 11:55:37: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:55:37: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:55:37: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:55:37: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testAPISharingViolationException_cleanup [javatest.batch] 12-12-2019 11:55:37: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:55:37: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:55:37: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:55:37: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 12-12-2019 11:55:37: SVR: Using: java:comp/env/eis/whitebox-tx-param [javatest.batch] 12-12-2019 11:55:37: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:55:37: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:55:37: SVR: Performing callback verification... [javatest.batch] 12-12-2019 11:55:37: SVR-TRACE: Got connection. [javatest.batch] 12-12-2019 11:55:37: SVR: Got RA log. [javatest.batch] 12-12-2019 11:55:37: SVR-TRACE: [AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, XAManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, cbTestCPCandPVC: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., cbTestCPCandGPC: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, enterred submitSICWork(), submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workStarted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=5, notifications test: contextSetupComplete(): count=6, notifications test: workCompleted(): count=7, notifications test: workCompleted(): count=7, Work Object Submitted, WorkListenerImpl.workAccepted, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, str) passed, SharingViolationException(str, throwable) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, Xid Committed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, TransactionContext supported by Server., RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, SecurityContext supported by Server., RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, HintsContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, NoTxManagedConnectionFactory setResourceAdapter 1, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), LocalTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, IBAnnoWorkManager Work Object Submitted, IBAnnoMessageListener.workAccepted, IBAnnoMessageListener.workStarted, NestWork.constructor, NestWork.run, IBAnnoMessageListener committed Xid, TransactionContext Work Object Submitted, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., FAILURE: validateCustomPermFromAppServer(), throwing AccessControlException., SUCCESS: validateLocalGrantForCustomPerm passed., SUCCESS: validateRequiredPermSet passed., SUCCESS: CTSPermission3_name doesnt exist and was caught., SUCCESS: validateMissingPermFails passed., SUCCESS: validateRestrictedLocalPerm passed., SUCCESS: validateLocalPermsInvalidName() threw expected AccessControlException, SUCCESS: validateLocalPermsInvalidName passed., PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, NestWork.run, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] [javatest.batch] 12-12-2019 11:55:37: SVR: SharingViolationException API assertions passed [javatest.batch] 12-12-2019 11:55:37: SVR: Cleanup [javatest.batch] 12-12-2019 11:55:37: SVR: Test running in servlet vehicle passed [javatest.batch] 12-12-2019 11:55:38: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/localTx/connection/connectionClient1.java#testAPISharingViolationException_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 33 (33 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 106 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/localTx/connection/connectionClient1.java#testAPIUnavailableException_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:55:38: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:55:38: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:55:38: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testAPIUnavailableException -vehicle connectorservlet -ap /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/tssql.stmt [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:55:39: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:55:39: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:55:39: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:55:39: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:55:39: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:55:39: Opened connection to http://localhost:8001/localTx_conn_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:55:39: TRACE: got outputstream [javatest.batch] 12-12-2019 11:55:39: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:55:39: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:55:39: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:55:39: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:55:39: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:55:39: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:55:39: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:55:39: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:55:39: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:55:39: SVR-TRACE: --- Property Listing ---nullrapassword1=cts1nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=localTx_conn_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnulltestName=testAPIUnavailableExceptionnullwhitebox-tx=java:comp/env/eis/whitebox-txnullvehicle=connectorservletnullharness.log.delayseconds=1nullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nulltest_classname=com.sun.ts.tests.connector.localTx.connection.connectionClient1nullwebServerHost=localhostnullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullrauser1=cts1nullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:55:39: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:55:39: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:55:39: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.connection.connectionClient1 [javatest.batch] 12-12-2019 11:55:39: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.connection.connectionClient1 [javatest.batch] 12-12-2019 11:55:39: SVR-TRACE: ** IN getRunMethod: testname=testAPIUnavailableException [javatest.batch] 12-12-2019 11:55:39: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:55:39: SVR-TRACE: **runmethod=testAPIUnavailableException [javatest.batch] 12-12-2019 11:55:39: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:55:39: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:55:39: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testAPIUnavailableException_setup [javatest.batch] 12-12-2019 11:55:39: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:55:39: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:55:39: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:55:39: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testAPIUnavailableException_cleanup [javatest.batch] 12-12-2019 11:55:39: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:55:39: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:55:39: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:55:39: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 12-12-2019 11:55:39: SVR: Using: java:comp/env/eis/whitebox-tx-param [javatest.batch] 12-12-2019 11:55:39: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:55:39: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:55:39: SVR: Performing callback verification... [javatest.batch] 12-12-2019 11:55:39: SVR-TRACE: Got connection. [javatest.batch] 12-12-2019 11:55:39: SVR: Got RA log. [javatest.batch] 12-12-2019 11:55:39: SVR-TRACE: [AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, XAManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, cbTestCPCandPVC: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., cbTestCPCandGPC: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, enterred submitSICWork(), submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workStarted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=5, notifications test: contextSetupComplete(): count=6, notifications test: workCompleted(): count=7, notifications test: workCompleted(): count=7, Work Object Submitted, WorkListenerImpl.workAccepted, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, str) passed, SharingViolationException(str, throwable) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, Xid Committed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, TransactionContext supported by Server., RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, SecurityContext supported by Server., RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, HintsContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, NoTxManagedConnectionFactory setResourceAdapter 1, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), LocalTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, IBAnnoWorkManager Work Object Submitted, IBAnnoMessageListener.workAccepted, IBAnnoMessageListener.workStarted, NestWork.constructor, NestWork.run, IBAnnoMessageListener committed Xid, TransactionContext Work Object Submitted, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., FAILURE: validateCustomPermFromAppServer(), throwing AccessControlException., SUCCESS: validateLocalGrantForCustomPerm passed., SUCCESS: validateRequiredPermSet passed., SUCCESS: CTSPermission3_name doesnt exist and was caught., SUCCESS: validateMissingPermFails passed., SUCCESS: validateRestrictedLocalPerm passed., SUCCESS: validateLocalPermsInvalidName() threw expected AccessControlException, SUCCESS: validateLocalPermsInvalidName passed., PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, NestWork.run, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] [javatest.batch] 12-12-2019 11:55:39: SVR: UnavailableException API assertions passed [javatest.batch] 12-12-2019 11:55:39: SVR: Cleanup [javatest.batch] 12-12-2019 11:55:39: SVR: Test running in servlet vehicle passed [javatest.batch] 12-12-2019 11:55:40: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/localTx/connection/connectionClient1.java#testAPIUnavailableException_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 34 (34 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 105 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/localTx/connection/connectionClient1.java#testAPIWorkCompletedException_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:55:40: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:55:40: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:55:40: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testAPIWorkCompletedException -vehicle connectorservlet -ap /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/tssql.stmt [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:55:41: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:55:41: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:55:41: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:55:41: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:55:41: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:55:41: Opened connection to http://localhost:8001/localTx_conn_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:55:41: TRACE: got outputstream [javatest.batch] 12-12-2019 11:55:41: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:55:41: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:55:41: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:55:41: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:55:41: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:55:41: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:55:41: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:55:41: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:55:41: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:55:41: SVR-TRACE: --- Property Listing ---nullrapassword1=cts1nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=localTx_conn_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnulltestName=testAPIWorkCompletedExceptionnullwhitebox-tx=java:comp/env/eis/whitebox-txnullvehicle=connectorservletnullharness.log.delayseconds=1nullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nulltest_classname=com.sun.ts.tests.connector.localTx.connection.connectionClient1nullwebServerHost=localhostnullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullrauser1=cts1nullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:55:41: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:55:41: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:55:41: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.connection.connectionClient1 [javatest.batch] 12-12-2019 11:55:41: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.connection.connectionClient1 [javatest.batch] 12-12-2019 11:55:41: SVR-TRACE: ** IN getRunMethod: testname=testAPIWorkCompletedException [javatest.batch] 12-12-2019 11:55:41: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:55:41: SVR-TRACE: **runmethod=testAPIWorkCompletedException [javatest.batch] 12-12-2019 11:55:41: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:55:41: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:55:41: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testAPIWorkCompletedException_setup [javatest.batch] 12-12-2019 11:55:41: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:55:41: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:55:41: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:55:41: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testAPIWorkCompletedException_cleanup [javatest.batch] 12-12-2019 11:55:41: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:55:41: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:55:41: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:55:41: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 12-12-2019 11:55:41: SVR: Using: java:comp/env/eis/whitebox-tx-param [javatest.batch] 12-12-2019 11:55:41: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:55:41: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:55:41: SVR: Performing callback verification... [javatest.batch] 12-12-2019 11:55:41: SVR-TRACE: Got connection. [javatest.batch] 12-12-2019 11:55:41: SVR: Got RA log. [javatest.batch] 12-12-2019 11:55:41: SVR-TRACE: [AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, XAManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, cbTestCPCandPVC: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., cbTestCPCandGPC: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, enterred submitSICWork(), submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workStarted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=5, notifications test: contextSetupComplete(): count=6, notifications test: workCompleted(): count=7, notifications test: workCompleted(): count=7, Work Object Submitted, WorkListenerImpl.workAccepted, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, str) passed, SharingViolationException(str, throwable) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, Xid Committed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, TransactionContext supported by Server., RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, SecurityContext supported by Server., RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, HintsContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, NoTxManagedConnectionFactory setResourceAdapter 1, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), LocalTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, IBAnnoWorkManager Work Object Submitted, IBAnnoMessageListener.workAccepted, IBAnnoMessageListener.workStarted, NestWork.constructor, NestWork.run, IBAnnoMessageListener committed Xid, TransactionContext Work Object Submitted, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., FAILURE: validateCustomPermFromAppServer(), throwing AccessControlException., SUCCESS: validateLocalGrantForCustomPerm passed., SUCCESS: validateRequiredPermSet passed., SUCCESS: CTSPermission3_name doesnt exist and was caught., SUCCESS: validateMissingPermFails passed., SUCCESS: validateRestrictedLocalPerm passed., SUCCESS: validateLocalPermsInvalidName() threw expected AccessControlException, SUCCESS: validateLocalPermsInvalidName passed., PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, NestWork.run, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] [javatest.batch] 12-12-2019 11:55:41: SVR: WorkCompletedException API assertions passed [javatest.batch] 12-12-2019 11:55:41: SVR: Cleanup [javatest.batch] 12-12-2019 11:55:41: SVR: Test running in servlet vehicle passed [javatest.batch] 12-12-2019 11:55:42: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/localTx/connection/connectionClient1.java#testAPIWorkCompletedException_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 35 (35 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 104 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/localTx/connection/connectionClient1.java#testAPIWorkException_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:55:43: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:55:43: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:55:43: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testAPIWorkException -vehicle connectorservlet -ap /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/tssql.stmt [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:55:43: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:55:43: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:55:43: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:55:43: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:55:43: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:55:43: Opened connection to http://localhost:8001/localTx_conn_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:55:43: TRACE: got outputstream [javatest.batch] 12-12-2019 11:55:43: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:55:43: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:55:43: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:55:43: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:55:43: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:55:43: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:55:43: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:55:43: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:55:43: SVR-TRACE: --- Property Listing ---nullrapassword1=cts1nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=localTx_conn_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnulltestName=testAPIWorkExceptionnullwhitebox-tx=java:comp/env/eis/whitebox-txnullvehicle=connectorservletnullharness.log.delayseconds=1nullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nulltest_classname=com.sun.ts.tests.connector.localTx.connection.connectionClient1nullwebServerHost=localhostnullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullrauser1=cts1nullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:55:43: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:55:43: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:55:43: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.connection.connectionClient1 [javatest.batch] 12-12-2019 11:55:43: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.connection.connectionClient1 [javatest.batch] 12-12-2019 11:55:43: SVR-TRACE: ** IN getRunMethod: testname=testAPIWorkException [javatest.batch] 12-12-2019 11:55:43: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:55:43: SVR-TRACE: **runmethod=testAPIWorkException [javatest.batch] 12-12-2019 11:55:43: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:55:43: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:55:43: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testAPIWorkException_setup [javatest.batch] 12-12-2019 11:55:43: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:55:43: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:55:43: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:55:43: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testAPIWorkException_cleanup [javatest.batch] 12-12-2019 11:55:43: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:55:43: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:55:43: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:55:43: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 12-12-2019 11:55:43: SVR: Using: java:comp/env/eis/whitebox-tx-param [javatest.batch] 12-12-2019 11:55:43: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:55:43: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:55:43: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:55:43: SVR: Performing callback verification... [javatest.batch] 12-12-2019 11:55:43: SVR-TRACE: Got connection. [javatest.batch] 12-12-2019 11:55:43: SVR: Got RA log. [javatest.batch] 12-12-2019 11:55:43: SVR-TRACE: [AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, XAManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, cbTestCPCandPVC: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., cbTestCPCandGPC: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, enterred submitSICWork(), submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workStarted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=5, notifications test: contextSetupComplete(): count=6, notifications test: workCompleted(): count=7, notifications test: workCompleted(): count=7, Work Object Submitted, WorkListenerImpl.workAccepted, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, str) passed, SharingViolationException(str, throwable) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, Xid Committed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, TransactionContext supported by Server., RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, SecurityContext supported by Server., RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, HintsContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, NoTxManagedConnectionFactory setResourceAdapter 1, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), LocalTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, IBAnnoWorkManager Work Object Submitted, IBAnnoMessageListener.workAccepted, IBAnnoMessageListener.workStarted, NestWork.constructor, NestWork.run, IBAnnoMessageListener committed Xid, TransactionContext Work Object Submitted, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., FAILURE: validateCustomPermFromAppServer(), throwing AccessControlException., SUCCESS: validateLocalGrantForCustomPerm passed., SUCCESS: validateRequiredPermSet passed., SUCCESS: CTSPermission3_name doesnt exist and was caught., SUCCESS: validateMissingPermFails passed., SUCCESS: validateRestrictedLocalPerm passed., SUCCESS: validateLocalPermsInvalidName() threw expected AccessControlException, SUCCESS: validateLocalPermsInvalidName passed., PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, NestWork.run, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] [javatest.batch] 12-12-2019 11:55:43: SVR: WorkException API assertions passed [javatest.batch] 12-12-2019 11:55:43: SVR: Cleanup [javatest.batch] 12-12-2019 11:55:43: SVR: Test running in servlet vehicle passed [javatest.batch] 12-12-2019 11:55:44: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/localTx/connection/connectionClient1.java#testAPIWorkException_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 36 (36 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 103 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/localTx/connection/connectionClient1.java#testAPIWorkRejectedException_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:55:45: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:55:45: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:55:45: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testAPIWorkRejectedException -vehicle connectorservlet -ap /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/tssql.stmt [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:55:45: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:55:45: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:55:45: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:55:45: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:55:45: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:55:45: Opened connection to http://localhost:8001/localTx_conn_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:55:45: TRACE: got outputstream [javatest.batch] 12-12-2019 11:55:45: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:55:45: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:55:45: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:55:45: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:55:45: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:55:45: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:55:45: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:55:45: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:55:45: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:55:45: SVR-TRACE: --- Property Listing ---nullrapassword1=cts1nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=localTx_conn_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnulltestName=testAPIWorkRejectedExceptionnullwhitebox-tx=java:comp/env/eis/whitebox-txnullvehicle=connectorservletnullharness.log.delayseconds=1nullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nulltest_classname=com.sun.ts.tests.connector.localTx.connection.connectionClient1nullwebServerHost=localhostnullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullrauser1=cts1nullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:55:45: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:55:45: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:55:45: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.connection.connectionClient1 [javatest.batch] 12-12-2019 11:55:45: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.connection.connectionClient1 [javatest.batch] 12-12-2019 11:55:45: SVR-TRACE: ** IN getRunMethod: testname=testAPIWorkRejectedException [javatest.batch] 12-12-2019 11:55:45: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:55:45: SVR-TRACE: **runmethod=testAPIWorkRejectedException [javatest.batch] 12-12-2019 11:55:45: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:55:45: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:55:45: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testAPIWorkRejectedException_setup [javatest.batch] 12-12-2019 11:55:45: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:55:45: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:55:45: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:55:45: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testAPIWorkRejectedException_cleanup [javatest.batch] 12-12-2019 11:55:45: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:55:45: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:55:45: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:55:45: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 12-12-2019 11:55:45: SVR: Using: java:comp/env/eis/whitebox-tx-param [javatest.batch] 12-12-2019 11:55:45: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:55:45: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:55:45: SVR: Performing callback verification... [javatest.batch] 12-12-2019 11:55:45: SVR-TRACE: Got connection. [javatest.batch] 12-12-2019 11:55:45: SVR: Got RA log. [javatest.batch] 12-12-2019 11:55:45: SVR-TRACE: [AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, XAManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, cbTestCPCandPVC: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., cbTestCPCandGPC: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, enterred submitSICWork(), submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workStarted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=5, notifications test: contextSetupComplete(): count=6, notifications test: workCompleted(): count=7, notifications test: workCompleted(): count=7, Work Object Submitted, WorkListenerImpl.workAccepted, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, str) passed, SharingViolationException(str, throwable) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, Xid Committed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, TransactionContext supported by Server., RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, SecurityContext supported by Server., RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, HintsContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, NoTxManagedConnectionFactory setResourceAdapter 1, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), LocalTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, IBAnnoWorkManager Work Object Submitted, IBAnnoMessageListener.workAccepted, IBAnnoMessageListener.workStarted, NestWork.constructor, NestWork.run, IBAnnoMessageListener committed Xid, TransactionContext Work Object Submitted, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., FAILURE: validateCustomPermFromAppServer(), throwing AccessControlException., SUCCESS: validateLocalGrantForCustomPerm passed., SUCCESS: validateRequiredPermSet passed., SUCCESS: CTSPermission3_name doesnt exist and was caught., SUCCESS: validateMissingPermFails passed., SUCCESS: validateRestrictedLocalPerm passed., SUCCESS: validateLocalPermsInvalidName() threw expected AccessControlException, SUCCESS: validateLocalPermsInvalidName passed., PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, NestWork.run, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] [javatest.batch] 12-12-2019 11:55:45: SVR: WorkRejectedException API assertions passed [javatest.batch] 12-12-2019 11:55:45: SVR: Cleanup [javatest.batch] 12-12-2019 11:55:45: SVR: Test running in servlet vehicle passed [javatest.batch] 12-12-2019 11:55:46: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/localTx/connection/connectionClient1.java#testAPIWorkRejectedException_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 37 (37 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 102 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/localTx/connection/connectionClient1.java#testGetConnection1_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:55:47: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:55:47: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:55:47: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testGetConnection1 -vehicle connectorservlet -ap /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/tssql.stmt [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:55:47: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:55:47: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:55:47: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:55:47: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:55:47: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:55:47: Opened connection to http://localhost:8001/localTx_conn_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:55:47: TRACE: got outputstream [javatest.batch] 12-12-2019 11:55:47: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:55:48: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:55:48: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:55:48: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:55:48: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:55:48: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:55:48: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:55:48: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:55:48: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:55:48: SVR-TRACE: --- Property Listing ---nullrapassword1=cts1nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=localTx_conn_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnulltestName=testGetConnection1nullwhitebox-tx=java:comp/env/eis/whitebox-txnullvehicle=connectorservletnullharness.log.delayseconds=1nullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nulltest_classname=com.sun.ts.tests.connector.localTx.connection.connectionClient1nullwebServerHost=localhostnullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullrauser1=cts1nullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:55:48: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:55:48: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:55:48: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.connection.connectionClient1 [javatest.batch] 12-12-2019 11:55:48: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.connection.connectionClient1 [javatest.batch] 12-12-2019 11:55:48: SVR-TRACE: ** IN getRunMethod: testname=testGetConnection1 [javatest.batch] 12-12-2019 11:55:48: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:55:48: SVR-TRACE: **runmethod=testGetConnection1 [javatest.batch] 12-12-2019 11:55:48: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:55:48: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:55:48: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testGetConnection1_setup [javatest.batch] 12-12-2019 11:55:48: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:55:48: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:55:48: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:55:48: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testGetConnection1_cleanup [javatest.batch] 12-12-2019 11:55:48: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:55:48: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:55:48: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:55:48: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 12-12-2019 11:55:48: SVR: Using: java:comp/env/eis/whitebox-tx-param [javatest.batch] 12-12-2019 11:55:48: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:55:48: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:55:48: SVR: Got connection from the DataSource. [javatest.batch] 12-12-2019 11:55:48: SVR: Checking for Connection Validity. [javatest.batch] 12-12-2019 11:55:48: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 12-12-2019 11:55:48: SVR: Values inserted into table! [javatest.batch] 12-12-2019 11:55:48: SVR: Table has been dropped! [javatest.batch] 12-12-2019 11:55:48: SVR: Cleanup [javatest.batch] 12-12-2019 11:55:48: SVR: Test running in servlet vehicle passed [javatest.batch] 12-12-2019 11:55:49: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/localTx/connection/connectionClient1.java#testGetConnection1_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 38 (38 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 101 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/localTx/connection/connectionClient1.java#testgetConnectionWithParameter1_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:55:49: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:55:49: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:55:49: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testgetConnectionWithParameter1 -vehicle connectorservlet -ap /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/tssql.stmt [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:55:49: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:55:49: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:55:49: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:55:49: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:55:49: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:55:50: Opened connection to http://localhost:8001/localTx_conn_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:55:50: TRACE: got outputstream [javatest.batch] 12-12-2019 11:55:50: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:55:50: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:55:50: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:55:50: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:55:50: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:55:50: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:55:50: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:55:50: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:55:50: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:55:50: SVR-TRACE: --- Property Listing ---nullrapassword1=cts1nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=localTx_conn_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnulltestName=testgetConnectionWithParameter1nullwhitebox-tx=java:comp/env/eis/whitebox-txnullvehicle=connectorservletnullharness.log.delayseconds=1nullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nulltest_classname=com.sun.ts.tests.connector.localTx.connection.connectionClient1nullwebServerHost=localhostnullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullrauser1=cts1nullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:55:50: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:55:50: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:55:50: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.connection.connectionClient1 [javatest.batch] 12-12-2019 11:55:50: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.connection.connectionClient1 [javatest.batch] 12-12-2019 11:55:50: SVR-TRACE: ** IN getRunMethod: testname=testgetConnectionWithParameter1 [javatest.batch] 12-12-2019 11:55:50: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:55:50: SVR-TRACE: **runmethod=testgetConnectionWithParameter1 [javatest.batch] 12-12-2019 11:55:50: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:55:50: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:55:50: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testgetConnectionWithParameter1_setup [javatest.batch] 12-12-2019 11:55:50: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:55:50: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:55:50: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:55:50: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testgetConnectionWithParameter1_cleanup [javatest.batch] 12-12-2019 11:55:50: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:55:50: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:55:50: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:55:50: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 12-12-2019 11:55:50: SVR: Using: java:comp/env/eis/whitebox-tx-param [javatest.batch] 12-12-2019 11:55:50: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:55:50: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:55:50: SVR: Performing callback verification... [javatest.batch] 12-12-2019 11:55:50: SVR: Got RA log. [javatest.batch] 12-12-2019 11:55:50: SVR-TRACE: Got connection. [javatest.batch] 12-12-2019 11:55:50: SVR-TRACE: [TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSConnectionImpl.insert::, TSConnectionImpl.dropTable::, TSeis.dropTable::, Table Dropped ::, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, MDCompleteMCF.setLogWriter:out:, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MDCompleteMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MDCompleteMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MDCompleteMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MDCompleteMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MDCompleteMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MDCompleteMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MDCompleteMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MDCompleteMCF.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, PMDManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MAManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MAManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MAManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MAManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MAManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MAManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MAManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MAManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, PMDManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, PMDManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, PMDManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, PMDManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, PMDManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, PMDManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, PMDManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, PMDManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, PMDManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, PMDManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, PMDManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, PMDManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, PMDManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, PMDManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, PMDManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, PMDManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, PMDManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, PMDManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.setLogWriter:out:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSConnectionImpl.insert::, TSConnectionImpl.dropTable::, TSeis.dropTable::, Table Dropped ::, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxMCF.setLogWriter:out:, LocalTxMCF.createConnectionFactory:cxManager:TSEISDataSource, LocalTxMCF.setLogWriter:out:, LocalTxMCF.createConnectionFactory:cxManager:TSEISDataSource, LocalTxMCF.equals:obj:true, LocalTxMCF.createManagedConnection:subject|info:TSManagedConnection, LocalTxMCF.equals:obj:true, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxMCF.createManagedConnection:subject|info:TSManagedConnection, LocalTxMCF.equals:obj:true, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxMCF.createManagedConnection:subject|info:TSManagedConnection, LocalTxMCF.equals:obj:true, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxMCF.createManagedConnection:subject|info:TSManagedConnection, LocalTxMCF.equals:obj:true, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxMCF.createManagedConnection:subject|info:TSManagedConnection, LocalTxMCF.equals:obj:true, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxMCF.createManagedConnection:subject|info:TSManagedConnection, LocalTxMCF.equals:obj:true, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxMCF.createManagedConnection:subject|info:TSManagedConnection, LocalTxMCF.equals:obj:true, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxMCF.createManagedConnection:subject|info:TSManagedConnection, LocalTxMCF.equals:obj:true, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxMCF.matchManagedConnections:connectionSet|subject|info:TSEISDataSource, LocalTxMCF.equals:obj:true, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxMCF.equals:obj:true, LocalTxMCF.equals:obj:true, TSManagedConnection.addTSConnection:jdbcCon:, TSConnectionImpl.insert::, TSConnectionImpl.dropTable::, TSeis.dropTable::, Table Dropped ::, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxMCF.createConnectionFactory:cxManager:TSEISDataSource, LocalTxMCF.createConnectionFactory:cxManager:TSEISDataSource, LocalTxMCF.equals:obj:true, LocalTxMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxMCF.matchManagedConnections:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxMCF.equals:obj:true, TSManagedConnection.addTSConnection:jdbcCon:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:] [javatest.batch] 12-12-2019 11:55:50: SVR: Methods called correctly [javatest.batch] 12-12-2019 11:55:50: SVR: Performing end to end verification... [javatest.batch] 12-12-2019 11:55:50: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 12-12-2019 11:55:50: SVR: Values inserted into table! [javatest.batch] 12-12-2019 11:55:50: SVR: Table has been dropped! [javatest.batch] 12-12-2019 11:55:50: SVR: Cleanup [javatest.batch] 12-12-2019 11:55:50: SVR: Test running in servlet vehicle passed [javatest.batch] 12-12-2019 11:55:51: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/localTx/connection/connectionClient1.java#testgetConnectionWithParameter1_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 39 (39 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 100 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/localTx/event/eventClient1.java#testConnectionEventListener_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:55:51: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:55:51: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:55:51: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testConnectionEventListener -vehicle connectorservlet -ap /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/tssql.stmt [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:55:51: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:55:51: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:55:51: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:55:51: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:55:51: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:55:52: Opened connection to http://localhost:8001/localTx_event_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:55:52: TRACE: got outputstream [javatest.batch] 12-12-2019 11:55:52: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:55:52: SVR-TRACE: init com.sun.ts.tests.common.vehicle.connectorservlet.ConnectorServletVehicle ... [javatest.batch] 12-12-2019 11:55:52: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:55:52: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:55:52: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:55:52: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:55:52: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:55:52: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:55:52: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=localTx_event_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnulltestName=testConnectionEventListenernullwhitebox-tx=java:comp/env/eis/whitebox-txnullvehicle=connectorservletnullharness.log.delayseconds=1nullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nulltest_classname=com.sun.ts.tests.connector.localTx.event.eventClient1nullwebServerHost=localhostnullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:55:52: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:55:52: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:55:52: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.event.eventClient1 [javatest.batch] 12-12-2019 11:55:52: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.event.eventClient1 [javatest.batch] 12-12-2019 11:55:52: SVR-TRACE: ** IN getRunMethod: testname=testConnectionEventListener [javatest.batch] 12-12-2019 11:55:52: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:55:52: SVR-TRACE: **runmethod=testConnectionEventListener [javatest.batch] 12-12-2019 11:55:52: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:55:52: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:55:52: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testConnectionEventListener_setup [javatest.batch] 12-12-2019 11:55:52: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:55:52: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:55:52: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:55:52: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testConnectionEventListener_cleanup [javatest.batch] 12-12-2019 11:55:52: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:55:52: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:55:52: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:55:52: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 12-12-2019 11:55:52: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:55:52: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:55:52: SVR: Got connection. [javatest.batch] 12-12-2019 11:55:52: SVR-TRACE: [TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSConnectionImpl.insert::, TSConnectionImpl.dropTable::, TSeis.dropTable::, Table Dropped ::, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, MDCompleteMCF.setLogWriter:out:, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MDCompleteMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MDCompleteMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MDCompleteMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MDCompleteMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MDCompleteMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MDCompleteMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MDCompleteMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MDCompleteMCF.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, PMDManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MAManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MAManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MAManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MAManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MAManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MAManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MAManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MAManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, PMDManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, PMDManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, PMDManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, PMDManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, PMDManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, PMDManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, PMDManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, PMDManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, PMDManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, PMDManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, PMDManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, PMDManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, PMDManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, PMDManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, PMDManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, PMDManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, PMDManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, PMDManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.setLogWriter:out:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSConnectionImpl.insert::, TSConnectionImpl.dropTable::, TSeis.dropTable::, Table Dropped ::, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxMCF.setLogWriter:out:, LocalTxMCF.createConnectionFactory:cxManager:TSEISDataSource, LocalTxMCF.setLogWriter:out:, LocalTxMCF.createConnectionFactory:cxManager:TSEISDataSource, LocalTxMCF.equals:obj:true, LocalTxMCF.createManagedConnection:subject|info:TSManagedConnection, LocalTxMCF.equals:obj:true, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxMCF.createManagedConnection:subject|info:TSManagedConnection, LocalTxMCF.equals:obj:true, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxMCF.createManagedConnection:subject|info:TSManagedConnection, LocalTxMCF.equals:obj:true, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxMCF.createManagedConnection:subject|info:TSManagedConnection, LocalTxMCF.equals:obj:true, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxMCF.createManagedConnection:subject|info:TSManagedConnection, LocalTxMCF.equals:obj:true, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxMCF.createManagedConnection:subject|info:TSManagedConnection, LocalTxMCF.equals:obj:true, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxMCF.createManagedConnection:subject|info:TSManagedConnection, LocalTxMCF.equals:obj:true, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxMCF.createManagedConnection:subject|info:TSManagedConnection, LocalTxMCF.equals:obj:true, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxMCF.matchManagedConnections:connectionSet|subject|info:TSEISDataSource, LocalTxMCF.equals:obj:true, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxMCF.equals:obj:true, LocalTxMCF.equals:obj:true, TSManagedConnection.addTSConnection:jdbcCon:, TSConnectionImpl.insert::, TSConnectionImpl.dropTable::, TSeis.dropTable::, Table Dropped ::, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxMCF.createConnectionFactory:cxManager:TSEISDataSource, LocalTxMCF.createConnectionFactory:cxManager:TSEISDataSource, LocalTxMCF.equals:obj:true, LocalTxMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxMCF.matchManagedConnections:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxMCF.equals:obj:true, TSManagedConnection.addTSConnection:jdbcCon:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:] [javatest.batch] 12-12-2019 11:55:52: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:55:52: SVR: CONNECTION_CLOSED called correctly. [javatest.batch] 12-12-2019 11:55:52: SVR: Cleanup [javatest.batch] 12-12-2019 11:55:52: SVR-TRACE: Closing connection in cleanup. [javatest.batch] 12-12-2019 11:55:52: SVR: Test running in servlet vehicle passed [javatest.batch] 12-12-2019 11:55:52: Test: returning from running in a connectorservlet vehicle [javatest.batch] STATUS:Passed. [javatest.batch] 12-12-2019 11:55:53: TRACE: SLEPT FOR: 1000 [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/localTx/event/eventClient1.java#testConnectionEventListener_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 40 (40 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 99 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/localTx/lifecycle/lifecycleClient1.java#testAssociationMCFandRA_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:55:53: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:55:53: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:55:53: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testAssociationMCFandRA -vehicle connectorservlet -ap /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/tssql.stmt [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:55:53: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:55:53: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:55:53: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:55:53: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:55:53: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:55:54: Opened connection to http://localhost:8001/localTx_lifecycle_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:55:54: TRACE: got outputstream [javatest.batch] 12-12-2019 11:55:54: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:55:54: SVR-TRACE: init com.sun.ts.tests.common.vehicle.connectorservlet.ConnectorServletVehicle ... [javatest.batch] 12-12-2019 11:55:54: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:55:54: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:55:54: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:55:54: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:55:54: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:55:54: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:55:54: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=localTx_lifecycle_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnulltestName=testAssociationMCFandRAnullwhitebox-tx=java:comp/env/eis/whitebox-txnullvehicle=connectorservletnullharness.log.delayseconds=1nullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nulltest_classname=com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1nullwebServerHost=localhostnullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:55:54: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:55:54: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:55:54: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1 [javatest.batch] 12-12-2019 11:55:54: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1 [javatest.batch] 12-12-2019 11:55:54: SVR-TRACE: ** IN getRunMethod: testname=testAssociationMCFandRA [javatest.batch] 12-12-2019 11:55:54: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:55:54: SVR-TRACE: **runmethod=testAssociationMCFandRA [javatest.batch] 12-12-2019 11:55:54: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:55:54: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:55:54: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testAssociationMCFandRA_setup [javatest.batch] 12-12-2019 11:55:54: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:55:54: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:55:54: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:55:54: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testAssociationMCFandRA_cleanup [javatest.batch] 12-12-2019 11:55:54: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:55:54: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:55:54: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:55:54: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 12-12-2019 11:55:54: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:55:54: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:55:54: SVR: Performing callback verification... [javatest.batch] 12-12-2019 11:55:54: SVR: Got RA log. [javatest.batch] 12-12-2019 11:55:54: SVR-TRACE: Got connection. [javatest.batch] 12-12-2019 11:55:54: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:55:54: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:55:54: SVR-TRACE: [AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, XAManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, cbTestCPCandPVC: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., cbTestCPCandGPC: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, enterred submitSICWork(), submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workStarted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=5, notifications test: contextSetupComplete(): count=6, notifications test: workCompleted(): count=7, notifications test: workCompleted(): count=7, Work Object Submitted, WorkListenerImpl.workAccepted, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, str) passed, SharingViolationException(str, throwable) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, Xid Committed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, TransactionContext supported by Server., RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, SecurityContext supported by Server., RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, HintsContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, NoTxManagedConnectionFactory setResourceAdapter 1, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), LocalTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, IBAnnoWorkManager Work Object Submitted, IBAnnoMessageListener.workAccepted, IBAnnoMessageListener.workStarted, NestWork.constructor, NestWork.run, IBAnnoMessageListener committed Xid, TransactionContext Work Object Submitted, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., FAILURE: validateCustomPermFromAppServer(), throwing AccessControlException., SUCCESS: validateLocalGrantForCustomPerm passed., SUCCESS: validateRequiredPermSet passed., SUCCESS: CTSPermission3_name doesnt exist and was caught., SUCCESS: validateMissingPermFails passed., SUCCESS: validateRestrictedLocalPerm passed., SUCCESS: validateLocalPermsInvalidName() threw expected AccessControlException, SUCCESS: validateLocalPermsInvalidName passed., PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, NestWork.run, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] [javatest.batch] 12-12-2019 11:55:54: SVR: Methods called correctly [javatest.batch] 12-12-2019 11:55:54: SVR: Performing end to end verification... [javatest.batch] 12-12-2019 11:55:54: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 12-12-2019 11:55:54: SVR: Values inserted into table! [javatest.batch] 12-12-2019 11:55:54: SVR: Table has been dropped! [javatest.batch] 12-12-2019 11:55:54: SVR: Cleanup [javatest.batch] 12-12-2019 11:55:54: SVR: Test running in servlet vehicle passed [javatest.batch] 12-12-2019 11:55:55: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/localTx/lifecycle/lifecycleClient1.java#testAssociationMCFandRA_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 41 (41 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 98 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/localTx/lifecycle/lifecycleClient1.java#testAssociationMCFandRA2_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:55:56: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:55:56: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:55:56: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testAssociationMCFandRA2 -vehicle connectorservlet -ap /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/tssql.stmt [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:55:56: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:55:56: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:55:56: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:55:56: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:55:56: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:55:56: Opened connection to http://localhost:8001/localTx_lifecycle_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:55:56: TRACE: got outputstream [javatest.batch] 12-12-2019 11:55:56: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:55:56: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:55:56: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:55:56: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:55:56: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:55:56: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:55:56: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:55:56: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:55:56: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:55:56: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=localTx_lifecycle_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnulltestName=testAssociationMCFandRA2nullwhitebox-tx=java:comp/env/eis/whitebox-txnullvehicle=connectorservletnullharness.log.delayseconds=1nullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nulltest_classname=com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1nullwebServerHost=localhostnullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:55:56: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:55:56: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:55:56: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1 [javatest.batch] 12-12-2019 11:55:56: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1 [javatest.batch] 12-12-2019 11:55:56: SVR-TRACE: ** IN getRunMethod: testname=testAssociationMCFandRA2 [javatest.batch] 12-12-2019 11:55:56: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:55:56: SVR-TRACE: **runmethod=testAssociationMCFandRA2 [javatest.batch] 12-12-2019 11:55:56: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:55:56: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:55:56: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testAssociationMCFandRA2_setup [javatest.batch] 12-12-2019 11:55:56: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:55:56: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:55:56: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:55:56: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testAssociationMCFandRA2_cleanup [javatest.batch] 12-12-2019 11:55:56: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:55:56: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:55:56: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:55:56: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 12-12-2019 11:55:56: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:55:56: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:55:56: SVR: Performing callback verification... [javatest.batch] 12-12-2019 11:55:56: SVR: Got RA log. [javatest.batch] 12-12-2019 11:55:56: SVR-TRACE: Got connection. [javatest.batch] 12-12-2019 11:55:56: SVR-TRACE: [AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, XAManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, cbTestCPCandPVC: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., cbTestCPCandGPC: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, enterred submitSICWork(), submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workStarted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=5, notifications test: contextSetupComplete(): count=6, notifications test: workCompleted(): count=7, notifications test: workCompleted(): count=7, Work Object Submitted, WorkListenerImpl.workAccepted, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, str) passed, SharingViolationException(str, throwable) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, Xid Committed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, TransactionContext supported by Server., RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, SecurityContext supported by Server., RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, HintsContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, NoTxManagedConnectionFactory setResourceAdapter 1, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), LocalTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, IBAnnoWorkManager Work Object Submitted, IBAnnoMessageListener.workAccepted, IBAnnoMessageListener.workStarted, NestWork.constructor, NestWork.run, IBAnnoMessageListener committed Xid, TransactionContext Work Object Submitted, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., FAILURE: validateCustomPermFromAppServer(), throwing AccessControlException., SUCCESS: validateLocalGrantForCustomPerm passed., SUCCESS: validateRequiredPermSet passed., SUCCESS: CTSPermission3_name doesnt exist and was caught., SUCCESS: validateMissingPermFails passed., SUCCESS: validateRestrictedLocalPerm passed., SUCCESS: validateLocalPermsInvalidName() threw expected AccessControlException, SUCCESS: validateLocalPermsInvalidName passed., PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, NestWork.run, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] [javatest.batch] 12-12-2019 11:55:56: SVR: testAssociationMCFandRA2 called correctly [javatest.batch] 12-12-2019 11:55:56: SVR: Cleanup [javatest.batch] 12-12-2019 11:55:56: SVR: Test running in servlet vehicle passed [javatest.batch] 12-12-2019 11:55:57: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/localTx/lifecycle/lifecycleClient1.java#testAssociationMCFandRA2_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 42 (42 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 97 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/localTx/lifecycle/lifecycleClient1.java#testBootstrapforNull_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:55:58: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:55:58: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:55:58: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testBootstrapforNull -vehicle connectorservlet -ap /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/tssql.stmt [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:55:58: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:55:58: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:55:58: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:55:58: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:55:58: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:55:58: Opened connection to http://localhost:8001/localTx_lifecycle_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:55:58: TRACE: got outputstream [javatest.batch] 12-12-2019 11:55:58: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:55:58: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:55:58: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:55:58: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:55:58: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:55:58: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:55:58: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:55:58: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:55:58: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=localTx_lifecycle_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnulltestName=testBootstrapforNullnullwhitebox-tx=java:comp/env/eis/whitebox-txnullvehicle=connectorservletnullharness.log.delayseconds=1nullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nulltest_classname=com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1nullwebServerHost=localhostnullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:55:58: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:55:58: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:55:58: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:55:58: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1 [javatest.batch] 12-12-2019 11:55:58: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1 [javatest.batch] 12-12-2019 11:55:58: SVR-TRACE: ** IN getRunMethod: testname=testBootstrapforNull [javatest.batch] 12-12-2019 11:55:58: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:55:58: SVR-TRACE: **runmethod=testBootstrapforNull [javatest.batch] 12-12-2019 11:55:58: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:55:58: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:55:58: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testBootstrapforNull_setup [javatest.batch] 12-12-2019 11:55:58: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:55:58: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:55:58: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:55:58: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testBootstrapforNull_cleanup [javatest.batch] 12-12-2019 11:55:58: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:55:58: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:55:58: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:55:58: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 12-12-2019 11:55:58: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:55:58: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:55:58: SVR: Performing callback verification... [javatest.batch] 12-12-2019 11:55:58: SVR: Got RA log. [javatest.batch] 12-12-2019 11:55:58: SVR-TRACE: Got connection. [javatest.batch] 12-12-2019 11:55:58: SVR-TRACE: [AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, XAManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, cbTestCPCandPVC: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., cbTestCPCandGPC: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, enterred submitSICWork(), submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workStarted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=5, notifications test: contextSetupComplete(): count=6, notifications test: workCompleted(): count=7, notifications test: workCompleted(): count=7, Work Object Submitted, WorkListenerImpl.workAccepted, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, str) passed, SharingViolationException(str, throwable) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, Xid Committed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, TransactionContext supported by Server., RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, SecurityContext supported by Server., RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, HintsContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, NoTxManagedConnectionFactory setResourceAdapter 1, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), LocalTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, IBAnnoWorkManager Work Object Submitted, IBAnnoMessageListener.workAccepted, IBAnnoMessageListener.workStarted, NestWork.constructor, NestWork.run, IBAnnoMessageListener committed Xid, TransactionContext Work Object Submitted, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., FAILURE: validateCustomPermFromAppServer(), throwing AccessControlException., SUCCESS: validateLocalGrantForCustomPerm passed., SUCCESS: validateRequiredPermSet passed., SUCCESS: CTSPermission3_name doesnt exist and was caught., SUCCESS: validateMissingPermFails passed., SUCCESS: validateRestrictedLocalPerm passed., SUCCESS: validateLocalPermsInvalidName() threw expected AccessControlException, SUCCESS: validateLocalPermsInvalidName passed., PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, NestWork.run, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] [javatest.batch] 12-12-2019 11:55:58: SVR: Methods called correctly [javatest.batch] 12-12-2019 11:55:58: SVR: Performing end to end verification... [javatest.batch] 12-12-2019 11:55:58: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 12-12-2019 11:55:58: SVR: Values inserted into table! [javatest.batch] 12-12-2019 11:55:58: SVR: Table has been dropped! [javatest.batch] 12-12-2019 11:55:58: SVR: Cleanup [javatest.batch] 12-12-2019 11:55:58: SVR: Test running in servlet vehicle passed [javatest.batch] 12-12-2019 11:55:59: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/localTx/lifecycle/lifecycleClient1.java#testBootstrapforNull_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 43 (43 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 96 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/localTx/lifecycle/lifecycleClient1.java#testInstantiationOfRA_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:56:00: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:56:00: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:56:00: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testInstantiationOfRA -vehicle connectorservlet -ap /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/tssql.stmt [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:56:00: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:56:00: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:56:00: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:56:00: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:56:00: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:56:01: Opened connection to http://localhost:8001/localTx_lifecycle_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:56:01: TRACE: got outputstream [javatest.batch] 12-12-2019 11:56:01: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:56:01: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:56:01: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:56:01: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:56:01: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:56:01: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:56:01: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:56:01: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:56:01: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:56:01: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=localTx_lifecycle_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnulltestName=testInstantiationOfRAnullwhitebox-tx=java:comp/env/eis/whitebox-txnullvehicle=connectorservletnullharness.log.delayseconds=1nullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nulltest_classname=com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1nullwebServerHost=localhostnullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:56:01: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:56:01: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:56:01: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1 [javatest.batch] 12-12-2019 11:56:01: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1 [javatest.batch] 12-12-2019 11:56:01: SVR-TRACE: ** IN getRunMethod: testname=testInstantiationOfRA [javatest.batch] 12-12-2019 11:56:01: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:56:01: SVR-TRACE: **runmethod=testInstantiationOfRA [javatest.batch] 12-12-2019 11:56:01: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:56:01: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:56:01: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testInstantiationOfRA_setup [javatest.batch] 12-12-2019 11:56:01: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:56:01: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:56:01: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:56:01: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testInstantiationOfRA_cleanup [javatest.batch] 12-12-2019 11:56:01: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:56:01: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:56:01: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:56:01: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 12-12-2019 11:56:01: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:56:01: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:56:01: SVR: Performing callback verification... [javatest.batch] 12-12-2019 11:56:01: SVR: Got RA log. [javatest.batch] 12-12-2019 11:56:01: SVR-TRACE: Got connection. [javatest.batch] 12-12-2019 11:56:01: SVR-TRACE: [AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, XAManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, cbTestCPCandPVC: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., cbTestCPCandGPC: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, enterred submitSICWork(), submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workStarted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=5, notifications test: contextSetupComplete(): count=6, notifications test: workCompleted(): count=7, notifications test: workCompleted(): count=7, Work Object Submitted, WorkListenerImpl.workAccepted, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, str) passed, SharingViolationException(str, throwable) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, Xid Committed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, TransactionContext supported by Server., RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, SecurityContext supported by Server., RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, HintsContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, NoTxManagedConnectionFactory setResourceAdapter 1, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), LocalTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, IBAnnoWorkManager Work Object Submitted, IBAnnoMessageListener.workAccepted, IBAnnoMessageListener.workStarted, NestWork.constructor, NestWork.run, IBAnnoMessageListener committed Xid, TransactionContext Work Object Submitted, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., FAILURE: validateCustomPermFromAppServer(), throwing AccessControlException., SUCCESS: validateLocalGrantForCustomPerm passed., SUCCESS: validateRequiredPermSet passed., SUCCESS: CTSPermission3_name doesnt exist and was caught., SUCCESS: validateMissingPermFails passed., SUCCESS: validateRestrictedLocalPerm passed., SUCCESS: validateLocalPermsInvalidName() threw expected AccessControlException, SUCCESS: validateLocalPermsInvalidName passed., PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, NestWork.run, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] [javatest.batch] 12-12-2019 11:56:01: SVR: Methods called correctly [javatest.batch] 12-12-2019 11:56:01: SVR: Performing end to end verification... [javatest.batch] 12-12-2019 11:56:01: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 12-12-2019 11:56:01: SVR: Values inserted into table! [javatest.batch] 12-12-2019 11:56:01: SVR: Table has been dropped! [javatest.batch] 12-12-2019 11:56:01: SVR: Cleanup [javatest.batch] 12-12-2019 11:56:01: SVR: Test running in servlet vehicle passed [javatest.batch] 12-12-2019 11:56:02: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/localTx/lifecycle/lifecycleClient1.java#testInstantiationOfRA_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 44 (44 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 95 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/localTx/lifecycle/lifecycleClient1.java#testMCFcalledOnce_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:56:02: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:56:02: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:56:02: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testMCFcalledOnce -vehicle connectorservlet -ap /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/tssql.stmt [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:56:02: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:56:02: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:56:02: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:56:02: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:56:02: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:56:03: Opened connection to http://localhost:8001/localTx_lifecycle_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:56:03: TRACE: got outputstream [javatest.batch] 12-12-2019 11:56:03: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:56:03: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:56:03: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:56:03: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:56:03: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:56:03: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:56:03: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:56:03: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:56:03: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:56:03: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=localTx_lifecycle_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnulltestName=testMCFcalledOncenullwhitebox-tx=java:comp/env/eis/whitebox-txnullvehicle=connectorservletnullharness.log.delayseconds=1nullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nulltest_classname=com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1nullwebServerHost=localhostnullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:56:03: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:56:03: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:56:03: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1 [javatest.batch] 12-12-2019 11:56:03: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1 [javatest.batch] 12-12-2019 11:56:03: SVR-TRACE: ** IN getRunMethod: testname=testMCFcalledOnce [javatest.batch] 12-12-2019 11:56:03: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:56:03: SVR-TRACE: **runmethod=testMCFcalledOnce [javatest.batch] 12-12-2019 11:56:03: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:56:03: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:56:03: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testMCFcalledOnce_setup [javatest.batch] 12-12-2019 11:56:03: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:56:03: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:56:03: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:56:03: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testMCFcalledOnce_cleanup [javatest.batch] 12-12-2019 11:56:03: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:56:03: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:56:03: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:56:03: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 12-12-2019 11:56:03: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:56:03: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:56:03: SVR: Performing callback verification... [javatest.batch] 12-12-2019 11:56:03: SVR: Got RA log. [javatest.batch] 12-12-2019 11:56:03: SVR-TRACE: Got connection. [javatest.batch] 12-12-2019 11:56:03: SVR-TRACE: [AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, XAManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, cbTestCPCandPVC: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., cbTestCPCandGPC: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, enterred submitSICWork(), submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workStarted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=5, notifications test: contextSetupComplete(): count=6, notifications test: workCompleted(): count=7, notifications test: workCompleted(): count=7, Work Object Submitted, WorkListenerImpl.workAccepted, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, str) passed, SharingViolationException(str, throwable) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, Xid Committed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, TransactionContext supported by Server., RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, SecurityContext supported by Server., RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, HintsContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, NoTxManagedConnectionFactory setResourceAdapter 1, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), LocalTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, IBAnnoWorkManager Work Object Submitted, IBAnnoMessageListener.workAccepted, IBAnnoMessageListener.workStarted, NestWork.constructor, NestWork.run, IBAnnoMessageListener committed Xid, TransactionContext Work Object Submitted, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., FAILURE: validateCustomPermFromAppServer(), throwing AccessControlException., SUCCESS: validateLocalGrantForCustomPerm passed., SUCCESS: validateRequiredPermSet passed., SUCCESS: CTSPermission3_name doesnt exist and was caught., SUCCESS: validateMissingPermFails passed., SUCCESS: validateRestrictedLocalPerm passed., SUCCESS: validateLocalPermsInvalidName() threw expected AccessControlException, SUCCESS: validateLocalPermsInvalidName passed., PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, NestWork.run, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] [javatest.batch] 12-12-2019 11:56:03: SVR: Methods called correctly [javatest.batch] 12-12-2019 11:56:03: SVR: Performing end to end verification... [javatest.batch] 12-12-2019 11:56:03: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 12-12-2019 11:56:03: SVR: Values inserted into table! [javatest.batch] 12-12-2019 11:56:03: SVR: Table has been dropped! [javatest.batch] 12-12-2019 11:56:03: SVR: Cleanup [javatest.batch] 12-12-2019 11:56:03: SVR: Test running in servlet vehicle passed [javatest.batch] 12-12-2019 11:56:04: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/localTx/lifecycle/lifecycleClient1.java#testMCFcalledOnce_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 45 (45 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 94 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/localTx/lifecycle/lifecycleClient1.java#testRAforJavaBean_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:56:04: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:56:04: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:56:04: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testRAforJavaBean -vehicle connectorservlet -ap /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/tssql.stmt [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:56:04: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:56:04: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:56:04: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:56:04: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:56:04: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:56:05: Opened connection to http://localhost:8001/localTx_lifecycle_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:56:05: TRACE: got outputstream [javatest.batch] 12-12-2019 11:56:05: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:56:05: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:56:05: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:56:05: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:56:05: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:56:05: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:56:05: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:56:05: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:56:05: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:56:05: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=localTx_lifecycle_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnulltestName=testRAforJavaBeannullwhitebox-tx=java:comp/env/eis/whitebox-txnullvehicle=connectorservletnullharness.log.delayseconds=1nullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nulltest_classname=com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1nullwebServerHost=localhostnullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:56:05: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:56:05: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:56:05: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1 [javatest.batch] 12-12-2019 11:56:05: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1 [javatest.batch] 12-12-2019 11:56:05: SVR-TRACE: ** IN getRunMethod: testname=testRAforJavaBean [javatest.batch] 12-12-2019 11:56:05: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:56:05: SVR-TRACE: **runmethod=testRAforJavaBean [javatest.batch] 12-12-2019 11:56:05: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:56:05: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:56:05: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testRAforJavaBean_setup [javatest.batch] 12-12-2019 11:56:05: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:56:05: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:56:05: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:56:05: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testRAforJavaBean_cleanup [javatest.batch] 12-12-2019 11:56:05: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:56:05: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:56:05: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:56:05: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 12-12-2019 11:56:05: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:56:05: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:56:05: SVR: Performing callback verification... [javatest.batch] 12-12-2019 11:56:05: SVR: Got RA log. [javatest.batch] 12-12-2019 11:56:05: SVR-TRACE: Got connection. [javatest.batch] 12-12-2019 11:56:05: SVR-TRACE: [AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, XAManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, cbTestCPCandPVC: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., cbTestCPCandGPC: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, enterred submitSICWork(), submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workStarted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=5, notifications test: contextSetupComplete(): count=6, notifications test: workCompleted(): count=7, notifications test: workCompleted(): count=7, Work Object Submitted, WorkListenerImpl.workAccepted, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, str) passed, SharingViolationException(str, throwable) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, Xid Committed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, TransactionContext supported by Server., RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, SecurityContext supported by Server., RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, HintsContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, NoTxManagedConnectionFactory setResourceAdapter 1, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), LocalTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, IBAnnoWorkManager Work Object Submitted, IBAnnoMessageListener.workAccepted, IBAnnoMessageListener.workStarted, NestWork.constructor, NestWork.run, IBAnnoMessageListener committed Xid, TransactionContext Work Object Submitted, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., FAILURE: validateCustomPermFromAppServer(), throwing AccessControlException., SUCCESS: validateLocalGrantForCustomPerm passed., SUCCESS: validateRequiredPermSet passed., SUCCESS: CTSPermission3_name doesnt exist and was caught., SUCCESS: validateMissingPermFails passed., SUCCESS: validateRestrictedLocalPerm passed., SUCCESS: validateLocalPermsInvalidName() threw expected AccessControlException, SUCCESS: validateLocalPermsInvalidName passed., PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, NestWork.run, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] [javatest.batch] 12-12-2019 11:56:05: SVR: Methods called correctly [javatest.batch] 12-12-2019 11:56:05: SVR: Performing end to end verification... [javatest.batch] 12-12-2019 11:56:05: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 12-12-2019 11:56:05: SVR: Values inserted into table! [javatest.batch] 12-12-2019 11:56:05: SVR: Table has been dropped! [javatest.batch] 12-12-2019 11:56:05: SVR: Exception dropping table. [javatest.batch] 12-12-2019 11:56:05: SVR: Cleanup [javatest.batch] 12-12-2019 11:56:05: SVR: Test running in servlet vehicle passed [javatest.batch] 12-12-2019 11:56:06: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/localTx/lifecycle/lifecycleClient1.java#testRAforJavaBean_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 46 (46 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 93 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/localTx/lifecycle/lifecycleClient1.java#testRASharability_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:56:06: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:56:06: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:56:06: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testRASharability -vehicle connectorservlet -ap /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/tssql.stmt [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:56:06: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:56:06: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:56:06: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:56:06: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:56:06: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:56:07: Opened connection to http://localhost:8001/localTx_lifecycle_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:56:07: TRACE: got outputstream [javatest.batch] 12-12-2019 11:56:07: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:56:07: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:56:07: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:56:07: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:56:07: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:56:07: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:56:07: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:56:07: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:56:07: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:56:07: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=localTx_lifecycle_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnulltestName=testRASharabilitynullwhitebox-tx=java:comp/env/eis/whitebox-txnullvehicle=connectorservletnullharness.log.delayseconds=1nullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nulltest_classname=com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1nullwebServerHost=localhostnullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:56:07: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:56:07: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:56:07: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1 [javatest.batch] 12-12-2019 11:56:07: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.lifecycle.lifecycleClient1 [javatest.batch] 12-12-2019 11:56:07: SVR-TRACE: ** IN getRunMethod: testname=testRASharability [javatest.batch] 12-12-2019 11:56:07: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:56:07: SVR-TRACE: **runmethod=testRASharability [javatest.batch] 12-12-2019 11:56:07: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:56:07: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:56:07: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testRASharability_setup [javatest.batch] 12-12-2019 11:56:07: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:56:07: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:56:07: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:56:07: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testRASharability_cleanup [javatest.batch] 12-12-2019 11:56:07: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:56:07: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:56:07: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:56:07: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 12-12-2019 11:56:07: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:56:07: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:56:07: SVR: Performing callback verification... [javatest.batch] 12-12-2019 11:56:07: SVR: Got RA log. [javatest.batch] 12-12-2019 11:56:07: SVR-TRACE: Got connection. [javatest.batch] 12-12-2019 11:56:07: SVR-TRACE: [AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, XAManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, cbTestCPCandPVC: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., cbTestCPCandGPC: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, enterred submitSICWork(), submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workStarted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=5, notifications test: contextSetupComplete(): count=6, notifications test: workCompleted(): count=7, notifications test: workCompleted(): count=7, Work Object Submitted, WorkListenerImpl.workAccepted, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, str) passed, SharingViolationException(str, throwable) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, Xid Committed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, TransactionContext supported by Server., RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, SecurityContext supported by Server., RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, HintsContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, NoTxManagedConnectionFactory setResourceAdapter 1, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), LocalTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, IBAnnoWorkManager Work Object Submitted, IBAnnoMessageListener.workAccepted, IBAnnoMessageListener.workStarted, NestWork.constructor, NestWork.run, IBAnnoMessageListener committed Xid, TransactionContext Work Object Submitted, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., FAILURE: validateCustomPermFromAppServer(), throwing AccessControlException., SUCCESS: validateLocalGrantForCustomPerm passed., SUCCESS: validateRequiredPermSet passed., SUCCESS: CTSPermission3_name doesnt exist and was caught., SUCCESS: validateMissingPermFails passed., SUCCESS: validateRestrictedLocalPerm passed., SUCCESS: validateLocalPermsInvalidName() threw expected AccessControlException, SUCCESS: validateLocalPermsInvalidName passed., PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, NestWork.run, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] [javatest.batch] 12-12-2019 11:56:07: SVR: Methods called correctly [javatest.batch] 12-12-2019 11:56:07: SVR: Performing end to end verification... [javatest.batch] 12-12-2019 11:56:07: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 12-12-2019 11:56:07: SVR: Values inserted into table! [javatest.batch] 12-12-2019 11:56:07: SVR: Table has been dropped! [javatest.batch] 12-12-2019 11:56:07: SVR: Cleanup [javatest.batch] 12-12-2019 11:56:07: SVR: Test running in servlet vehicle passed [javatest.batch] 12-12-2019 11:56:08: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/localTx/lifecycle/lifecycleClient1.java#testRASharability_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 47 (47 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 92 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/localTx/security/securityClient1.java#testAppEISSignon_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:56:08: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:56:08: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:56:08: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testAppEISSignon -vehicle connectorservlet -ap /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/tssql.stmt [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:56:09: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:56:09: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:56:09: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:56:09: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:56:09: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:56:09: Opened connection to http://localhost:8001/localTx_security_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:56:09: TRACE: got outputstream [javatest.batch] 12-12-2019 11:56:09: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:56:09: SVR-TRACE: init com.sun.ts.tests.common.vehicle.connectorservlet.ConnectorServletVehicle ... [javatest.batch] 12-12-2019 11:56:09: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:56:09: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:56:09: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:56:09: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:56:09: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:56:09: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:56:09: SVR-TRACE: --- Property Listing ---nullrapassword1=cts1nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=localTx_security_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnulltestName=testAppEISSignonnullwhitebox-tx=java:comp/env/eis/whitebox-txnullvehicle=connectorservletnullharness.log.delayseconds=1nullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nulltest_classname=com.sun.ts.tests.connector.localTx.security.securityClient1nullwebServerHost=localhostnullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullrauser1=cts1nullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:56:09: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:56:09: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:56:09: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.security.securityClient1 [javatest.batch] 12-12-2019 11:56:09: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.security.securityClient1 [javatest.batch] 12-12-2019 11:56:09: SVR-TRACE: ** IN getRunMethod: testname=testAppEISSignon [javatest.batch] 12-12-2019 11:56:09: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:56:09: SVR-TRACE: **runmethod=testAppEISSignon [javatest.batch] 12-12-2019 11:56:09: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:56:09: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:56:09: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testAppEISSignon_setup [javatest.batch] 12-12-2019 11:56:09: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:56:09: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:56:09: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:56:09: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testAppEISSignon_cleanup [javatest.batch] 12-12-2019 11:56:09: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:56:09: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:56:09: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:56:09: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 12-12-2019 11:56:09: SVR: Using: java:comp/env/eis/whitebox-tx-param [javatest.batch] 12-12-2019 11:56:09: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@d99093b [javatest.batch] 12-12-2019 11:56:09: SVR: ds2 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@7f8949c [javatest.batch] 12-12-2019 11:56:09: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:56:09: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:56:09: SVR: Using: java:comp/env/eis/whitebox-tx-param [javatest.batch] 12-12-2019 11:56:09: SVR: Got connection object from the TSDataSource. [javatest.batch] 12-12-2019 11:56:09: SVR: Checking for Connection Validity. [javatest.batch] 12-12-2019 11:56:09: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 12-12-2019 11:56:09: SVR: Values inserted into table! [javatest.batch] 12-12-2019 11:56:09: SVR: Table has been dropped! [javatest.batch] 12-12-2019 11:56:09: SVR: Cleanup [javatest.batch] 12-12-2019 11:56:09: SVR-TRACE: Closing connection in cleanup. [javatest.batch] 12-12-2019 11:56:09: SVR: Test running in servlet vehicle passed [javatest.batch] 12-12-2019 11:56:09: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:56:09: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:56:10: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/localTx/security/securityClient1.java#testAppEISSignon_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 48 (48 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 91 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/localTx/security/securityClient1.java#testCBTestAllCallbacksAndPrin_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:56:11: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:56:11: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:56:11: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testCBTestAllCallbacksAndPrin -vehicle connectorservlet -ap /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/tssql.stmt [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:56:11: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:56:11: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:56:11: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:56:11: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:56:11: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:56:11: Opened connection to http://localhost:8001/localTx_security_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:56:11: TRACE: got outputstream [javatest.batch] 12-12-2019 11:56:11: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:56:11: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:56:11: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:56:11: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:56:11: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:56:11: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:56:11: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:56:11: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:56:11: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:56:11: SVR-TRACE: --- Property Listing ---nullrapassword1=cts1nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=localTx_security_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnulltestName=testCBTestAllCallbacksAndPrinnullwhitebox-tx=java:comp/env/eis/whitebox-txnullvehicle=connectorservletnullharness.log.delayseconds=1nullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nulltest_classname=com.sun.ts.tests.connector.localTx.security.securityClient1nullwebServerHost=localhostnullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullrauser1=cts1nullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:56:11: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:56:11: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:56:11: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.security.securityClient1 [javatest.batch] 12-12-2019 11:56:11: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.security.securityClient1 [javatest.batch] 12-12-2019 11:56:11: SVR-TRACE: ** IN getRunMethod: testname=testCBTestAllCallbacksAndPrin [javatest.batch] 12-12-2019 11:56:11: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:56:11: SVR-TRACE: **runmethod=testCBTestAllCallbacksAndPrin [javatest.batch] 12-12-2019 11:56:11: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:56:11: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:56:11: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testCBTestAllCallbacksAndPrin_setup [javatest.batch] 12-12-2019 11:56:11: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:56:11: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:56:11: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:56:11: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testCBTestAllCallbacksAndPrin_cleanup [javatest.batch] 12-12-2019 11:56:11: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:56:11: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:56:11: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:56:11: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 12-12-2019 11:56:11: SVR: Using: java:comp/env/eis/whitebox-tx-param [javatest.batch] 12-12-2019 11:56:11: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@1647034e [javatest.batch] 12-12-2019 11:56:11: SVR: ds2 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@2ae43e [javatest.batch] 12-12-2019 11:56:11: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:56:11: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:56:11: SVR: Performing callback verification... [javatest.batch] 12-12-2019 11:56:11: SVR-TRACE: Got connection. [javatest.batch] 12-12-2019 11:56:11: SVR-TRACE: Searching for string: cbTestAllCallbacksAndPrin: callbacks handled. [javatest.batch] 12-12-2019 11:56:11: SVR-TRACE: [AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, XAManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, cbTestCPCandPVC: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., cbTestCPCandGPC: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, enterred submitSICWork(), submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workStarted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=5, notifications test: contextSetupComplete(): count=6, notifications test: workCompleted(): count=7, notifications test: workCompleted(): count=7, Work Object Submitted, WorkListenerImpl.workAccepted, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, str) passed, SharingViolationException(str, throwable) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, Xid Committed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, TransactionContext supported by Server., RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, SecurityContext supported by Server., RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, HintsContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, NoTxManagedConnectionFactory setResourceAdapter 1, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), LocalTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, IBAnnoWorkManager Work Object Submitted, IBAnnoMessageListener.workAccepted, IBAnnoMessageListener.workStarted, NestWork.constructor, NestWork.run, IBAnnoMessageListener committed Xid, TransactionContext Work Object Submitted, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., FAILURE: validateCustomPermFromAppServer(), throwing AccessControlException., SUCCESS: validateLocalGrantForCustomPerm passed., SUCCESS: validateRequiredPermSet passed., SUCCESS: CTSPermission3_name doesnt exist and was caught., SUCCESS: validateMissingPermFails passed., SUCCESS: validateRestrictedLocalPerm passed., SUCCESS: validateLocalPermsInvalidName() threw expected AccessControlException, SUCCESS: validateLocalPermsInvalidName passed., PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, NestWork.run, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] [javatest.batch] 12-12-2019 11:56:11: SVR: testCBTestAllCallbacksAndPrin() passed [javatest.batch] 12-12-2019 11:56:11: SVR: Cleanup [javatest.batch] 12-12-2019 11:56:11: SVR-TRACE: Closing connection in cleanup. [javatest.batch] 12-12-2019 11:56:11: SVR: Test running in servlet vehicle passed [javatest.batch] 12-12-2019 11:56:12: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/localTx/security/securityClient1.java#testCBTestAllCallbacksAndPrin_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 49 (49 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 90 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/localTx/security/securityClient1.java#testCBTestAllCallbacksNullPrin_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:56:13: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:56:13: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:56:13: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testCBTestAllCallbacksNullPrin -vehicle connectorservlet -ap /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/tssql.stmt [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:56:13: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:56:13: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:56:13: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:56:13: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:56:13: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:56:13: Opened connection to http://localhost:8001/localTx_security_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:56:13: TRACE: got outputstream [javatest.batch] 12-12-2019 11:56:13: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:56:13: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:56:13: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:56:13: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:56:13: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:56:13: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:56:13: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:56:13: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:56:13: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:56:13: SVR-TRACE: --- Property Listing ---nullrapassword1=cts1nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=localTx_security_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnulltestName=testCBTestAllCallbacksNullPrinnullwhitebox-tx=java:comp/env/eis/whitebox-txnullvehicle=connectorservletnullharness.log.delayseconds=1nullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nulltest_classname=com.sun.ts.tests.connector.localTx.security.securityClient1nullwebServerHost=localhostnullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullrauser1=cts1nullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:56:13: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:56:13: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:56:13: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.security.securityClient1 [javatest.batch] 12-12-2019 11:56:13: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.security.securityClient1 [javatest.batch] 12-12-2019 11:56:13: SVR-TRACE: ** IN getRunMethod: testname=testCBTestAllCallbacksNullPrin [javatest.batch] 12-12-2019 11:56:13: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:56:13: SVR-TRACE: **runmethod=testCBTestAllCallbacksNullPrin [javatest.batch] 12-12-2019 11:56:13: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:56:13: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:56:13: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testCBTestAllCallbacksNullPrin_setup [javatest.batch] 12-12-2019 11:56:13: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:56:13: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:56:13: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:56:13: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testCBTestAllCallbacksNullPrin_cleanup [javatest.batch] 12-12-2019 11:56:13: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:56:13: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:56:13: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:56:13: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 12-12-2019 11:56:13: SVR: Using: java:comp/env/eis/whitebox-tx-param [javatest.batch] 12-12-2019 11:56:13: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@58853155 [javatest.batch] 12-12-2019 11:56:13: SVR: ds2 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@79052b19 [javatest.batch] 12-12-2019 11:56:13: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:56:13: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:56:13: SVR: Performing callback verification... [javatest.batch] 12-12-2019 11:56:13: SVR-TRACE: Got connection. [javatest.batch] 12-12-2019 11:56:13: SVR-TRACE: Searching for string: cbTestAllCallbacksNullPrin: callbacks handled. [javatest.batch] 12-12-2019 11:56:13: SVR-TRACE: [AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, XAManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, cbTestCPCandPVC: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., cbTestCPCandGPC: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, enterred submitSICWork(), submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workStarted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=5, notifications test: contextSetupComplete(): count=6, notifications test: workCompleted(): count=7, notifications test: workCompleted(): count=7, Work Object Submitted, WorkListenerImpl.workAccepted, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, str) passed, SharingViolationException(str, throwable) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, Xid Committed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, TransactionContext supported by Server., RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, SecurityContext supported by Server., RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, HintsContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, NoTxManagedConnectionFactory setResourceAdapter 1, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), LocalTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, IBAnnoWorkManager Work Object Submitted, IBAnnoMessageListener.workAccepted, IBAnnoMessageListener.workStarted, NestWork.constructor, NestWork.run, IBAnnoMessageListener committed Xid, TransactionContext Work Object Submitted, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., FAILURE: validateCustomPermFromAppServer(), throwing AccessControlException., SUCCESS: validateLocalGrantForCustomPerm passed., SUCCESS: validateRequiredPermSet passed., SUCCESS: CTSPermission3_name doesnt exist and was caught., SUCCESS: validateMissingPermFails passed., SUCCESS: validateRestrictedLocalPerm passed., SUCCESS: validateLocalPermsInvalidName() threw expected AccessControlException, SUCCESS: validateLocalPermsInvalidName passed., PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, NestWork.run, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] [javatest.batch] 12-12-2019 11:56:13: SVR: testCBTestAllCallbacksNullPrin() passed [javatest.batch] 12-12-2019 11:56:13: SVR: Cleanup [javatest.batch] 12-12-2019 11:56:13: SVR-TRACE: Closing connection in cleanup. [javatest.batch] 12-12-2019 11:56:13: SVR: Test running in servlet vehicle passed [javatest.batch] 12-12-2019 11:56:14: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/localTx/security/securityClient1.java#testCBTestAllCallbacksNullPrin_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 50 (50 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 89 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/localTx/security/securityClient1.java#testCBTestCPCandGPC_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:56:15: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:56:15: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:56:15: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testCBTestCPCandGPC -vehicle connectorservlet -ap /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/tssql.stmt [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:56:15: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:56:15: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:56:15: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:56:15: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:56:15: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:56:15: Opened connection to http://localhost:8001/localTx_security_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:56:15: TRACE: got outputstream [javatest.batch] 12-12-2019 11:56:15: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:56:16: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:56:16: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:56:16: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:56:16: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:56:16: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:56:16: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:56:16: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:56:16: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:56:16: SVR-TRACE: --- Property Listing ---nullrapassword1=cts1nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=localTx_security_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnulltestName=testCBTestCPCandGPCnullwhitebox-tx=java:comp/env/eis/whitebox-txnullvehicle=connectorservletnullharness.log.delayseconds=1nullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nulltest_classname=com.sun.ts.tests.connector.localTx.security.securityClient1nullwebServerHost=localhostnullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullrauser1=cts1nullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:56:16: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:56:16: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:56:16: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.security.securityClient1 [javatest.batch] 12-12-2019 11:56:16: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.security.securityClient1 [javatest.batch] 12-12-2019 11:56:16: SVR-TRACE: ** IN getRunMethod: testname=testCBTestCPCandGPC [javatest.batch] 12-12-2019 11:56:16: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:56:16: SVR-TRACE: **runmethod=testCBTestCPCandGPC [javatest.batch] 12-12-2019 11:56:16: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:56:16: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:56:16: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testCBTestCPCandGPC_setup [javatest.batch] 12-12-2019 11:56:16: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:56:16: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:56:16: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:56:16: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testCBTestCPCandGPC_cleanup [javatest.batch] 12-12-2019 11:56:16: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:56:16: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:56:16: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:56:16: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 12-12-2019 11:56:16: SVR: Using: java:comp/env/eis/whitebox-tx-param [javatest.batch] 12-12-2019 11:56:16: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@49a42ea7 [javatest.batch] 12-12-2019 11:56:16: SVR: ds2 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@42cebc1c [javatest.batch] 12-12-2019 11:56:16: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:56:16: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:56:16: SVR: Performing callback verification... [javatest.batch] 12-12-2019 11:56:16: SVR-TRACE: Got connection. [javatest.batch] 12-12-2019 11:56:16: SVR-TRACE: Searching for string: cbTestCPCandGPC: callbacks handled. [javatest.batch] 12-12-2019 11:56:16: SVR-TRACE: [AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, XAManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, cbTestCPCandPVC: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., cbTestCPCandGPC: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, enterred submitSICWork(), submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workStarted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=5, notifications test: contextSetupComplete(): count=6, notifications test: workCompleted(): count=7, notifications test: workCompleted(): count=7, Work Object Submitted, WorkListenerImpl.workAccepted, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, str) passed, SharingViolationException(str, throwable) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, Xid Committed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, TransactionContext supported by Server., RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, SecurityContext supported by Server., RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, HintsContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, NoTxManagedConnectionFactory setResourceAdapter 1, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), LocalTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, IBAnnoWorkManager Work Object Submitted, IBAnnoMessageListener.workAccepted, IBAnnoMessageListener.workStarted, NestWork.constructor, NestWork.run, IBAnnoMessageListener committed Xid, TransactionContext Work Object Submitted, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., FAILURE: validateCustomPermFromAppServer(), throwing AccessControlException., SUCCESS: validateLocalGrantForCustomPerm passed., SUCCESS: validateRequiredPermSet passed., SUCCESS: CTSPermission3_name doesnt exist and was caught., SUCCESS: validateMissingPermFails passed., SUCCESS: validateRestrictedLocalPerm passed., SUCCESS: validateLocalPermsInvalidName() threw expected AccessControlException, SUCCESS: validateLocalPermsInvalidName passed., PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, NestWork.run, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] [javatest.batch] 12-12-2019 11:56:16: SVR: testCBTestCPCandGPC() passed [javatest.batch] 12-12-2019 11:56:16: SVR: Cleanup [javatest.batch] 12-12-2019 11:56:16: SVR-TRACE: Closing connection in cleanup. [javatest.batch] 12-12-2019 11:56:16: SVR: Test running in servlet vehicle passed [javatest.batch] 12-12-2019 11:56:17: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/localTx/security/securityClient1.java#testCBTestCPCandGPC_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 51 (51 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 88 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/localTx/security/securityClient1.java#testCBTestCPCandNullPrin_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:56:17: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:56:17: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:56:17: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testCBTestCPCandNullPrin -vehicle connectorservlet -ap /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/tssql.stmt [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:56:17: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:56:17: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:56:17: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:56:17: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:56:17: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:56:18: Opened connection to http://localhost:8001/localTx_security_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:56:18: TRACE: got outputstream [javatest.batch] 12-12-2019 11:56:18: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:56:18: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:56:18: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:56:18: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:56:18: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:56:18: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:56:18: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:56:18: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:56:18: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:56:18: SVR-TRACE: --- Property Listing ---nullrapassword1=cts1nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=localTx_security_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnulltestName=testCBTestCPCandNullPrinnullwhitebox-tx=java:comp/env/eis/whitebox-txnullvehicle=connectorservletnullharness.log.delayseconds=1nullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nulltest_classname=com.sun.ts.tests.connector.localTx.security.securityClient1nullwebServerHost=localhostnullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullrauser1=cts1nullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:56:18: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:56:18: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:56:18: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.security.securityClient1 [javatest.batch] 12-12-2019 11:56:18: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.security.securityClient1 [javatest.batch] 12-12-2019 11:56:18: SVR-TRACE: ** IN getRunMethod: testname=testCBTestCPCandNullPrin [javatest.batch] 12-12-2019 11:56:18: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:56:18: SVR-TRACE: **runmethod=testCBTestCPCandNullPrin [javatest.batch] 12-12-2019 11:56:18: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:56:18: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:56:18: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testCBTestCPCandNullPrin_setup [javatest.batch] 12-12-2019 11:56:18: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:56:18: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:56:18: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:56:18: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testCBTestCPCandNullPrin_cleanup [javatest.batch] 12-12-2019 11:56:18: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:56:18: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:56:18: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:56:18: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 12-12-2019 11:56:18: SVR: Using: java:comp/env/eis/whitebox-tx-param [javatest.batch] 12-12-2019 11:56:18: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@7fd5b438 [javatest.batch] 12-12-2019 11:56:18: SVR: ds2 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@369e4471 [javatest.batch] 12-12-2019 11:56:18: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:56:18: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:56:18: SVR: Performing callback verification... [javatest.batch] 12-12-2019 11:56:18: SVR-TRACE: Got connection. [javatest.batch] 12-12-2019 11:56:18: SVR-TRACE: Searching for string: cbTestCPCandNullPrin: Case-1 security callbacks handled. [javatest.batch] 12-12-2019 11:56:18: SVR-TRACE: [AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, XAManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, cbTestCPCandPVC: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., cbTestCPCandGPC: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, enterred submitSICWork(), submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workStarted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=5, notifications test: contextSetupComplete(): count=6, notifications test: workCompleted(): count=7, notifications test: workCompleted(): count=7, Work Object Submitted, WorkListenerImpl.workAccepted, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, str) passed, SharingViolationException(str, throwable) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, Xid Committed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, TransactionContext supported by Server., RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, SecurityContext supported by Server., RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, HintsContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, NoTxManagedConnectionFactory setResourceAdapter 1, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), LocalTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, IBAnnoWorkManager Work Object Submitted, IBAnnoMessageListener.workAccepted, IBAnnoMessageListener.workStarted, NestWork.constructor, NestWork.run, IBAnnoMessageListener committed Xid, TransactionContext Work Object Submitted, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., FAILURE: validateCustomPermFromAppServer(), throwing AccessControlException., SUCCESS: validateLocalGrantForCustomPerm passed., SUCCESS: validateRequiredPermSet passed., SUCCESS: CTSPermission3_name doesnt exist and was caught., SUCCESS: validateMissingPermFails passed., SUCCESS: validateRestrictedLocalPerm passed., SUCCESS: validateLocalPermsInvalidName() threw expected AccessControlException, SUCCESS: validateLocalPermsInvalidName passed., PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, NestWork.run, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] [javatest.batch] 12-12-2019 11:56:18: SVR: testCBTestCPCandNullPrin() passed [javatest.batch] 12-12-2019 11:56:18: SVR: Cleanup [javatest.batch] 12-12-2019 11:56:18: SVR-TRACE: Closing connection in cleanup. [javatest.batch] 12-12-2019 11:56:18: SVR: Test running in servlet vehicle passed [javatest.batch] 12-12-2019 11:56:19: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/localTx/security/securityClient1.java#testCBTestCPCandNullPrin_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 52 (52 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 87 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/localTx/security/securityClient1.java#testCBTestCPCandPrin_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:56:19: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:56:19: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:56:19: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testCBTestCPCandPrin -vehicle connectorservlet -ap /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/tssql.stmt [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:56:19: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:56:19: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:56:19: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:56:19: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:56:19: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:56:20: Opened connection to http://localhost:8001/localTx_security_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:56:20: TRACE: got outputstream [javatest.batch] 12-12-2019 11:56:20: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:56:20: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:56:20: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:56:20: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:56:20: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:56:20: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:56:20: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:56:20: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:56:20: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:56:20: SVR-TRACE: --- Property Listing ---nullrapassword1=cts1nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=localTx_security_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnulltestName=testCBTestCPCandPrinnullwhitebox-tx=java:comp/env/eis/whitebox-txnullvehicle=connectorservletnullharness.log.delayseconds=1nullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nulltest_classname=com.sun.ts.tests.connector.localTx.security.securityClient1nullwebServerHost=localhostnullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullrauser1=cts1nullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:56:20: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:56:20: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:56:20: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.security.securityClient1 [javatest.batch] 12-12-2019 11:56:20: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.security.securityClient1 [javatest.batch] 12-12-2019 11:56:20: SVR-TRACE: ** IN getRunMethod: testname=testCBTestCPCandPrin [javatest.batch] 12-12-2019 11:56:20: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:56:20: SVR-TRACE: **runmethod=testCBTestCPCandPrin [javatest.batch] 12-12-2019 11:56:20: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:56:20: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:56:20: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testCBTestCPCandPrin_setup [javatest.batch] 12-12-2019 11:56:20: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:56:20: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:56:20: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:56:20: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testCBTestCPCandPrin_cleanup [javatest.batch] 12-12-2019 11:56:20: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:56:20: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:56:20: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:56:20: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 12-12-2019 11:56:20: SVR: Using: java:comp/env/eis/whitebox-tx-param [javatest.batch] 12-12-2019 11:56:20: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@130f52d7 [javatest.batch] 12-12-2019 11:56:20: SVR: ds2 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@61da0846 [javatest.batch] 12-12-2019 11:56:20: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:56:20: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:56:20: SVR: Performing callback verification... [javatest.batch] 12-12-2019 11:56:20: SVR-TRACE: Got connection. [javatest.batch] 12-12-2019 11:56:20: SVR-TRACE: Searching for string: cbTestCPCandPrin: callbacks handled. [javatest.batch] 12-12-2019 11:56:20: SVR-TRACE: [AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, XAManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, cbTestCPCandPVC: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., cbTestCPCandGPC: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, enterred submitSICWork(), submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workStarted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=5, notifications test: contextSetupComplete(): count=6, notifications test: workCompleted(): count=7, notifications test: workCompleted(): count=7, Work Object Submitted, WorkListenerImpl.workAccepted, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, str) passed, SharingViolationException(str, throwable) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, Xid Committed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, TransactionContext supported by Server., RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, SecurityContext supported by Server., RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, HintsContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, NoTxManagedConnectionFactory setResourceAdapter 1, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), LocalTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, IBAnnoWorkManager Work Object Submitted, IBAnnoMessageListener.workAccepted, IBAnnoMessageListener.workStarted, NestWork.constructor, NestWork.run, IBAnnoMessageListener committed Xid, TransactionContext Work Object Submitted, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., FAILURE: validateCustomPermFromAppServer(), throwing AccessControlException., SUCCESS: validateLocalGrantForCustomPerm passed., SUCCESS: validateRequiredPermSet passed., SUCCESS: CTSPermission3_name doesnt exist and was caught., SUCCESS: validateMissingPermFails passed., SUCCESS: validateRestrictedLocalPerm passed., SUCCESS: validateLocalPermsInvalidName() threw expected AccessControlException, SUCCESS: validateLocalPermsInvalidName passed., PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, NestWork.run, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] [javatest.batch] 12-12-2019 11:56:20: SVR: testCBTestCPCandPrin() passed [javatest.batch] 12-12-2019 11:56:20: SVR: Cleanup [javatest.batch] 12-12-2019 11:56:20: SVR-TRACE: Closing connection in cleanup. [javatest.batch] 12-12-2019 11:56:20: SVR: Test running in servlet vehicle passed [javatest.batch] STATUS:Passed. [javatest.batch] 12-12-2019 11:56:21: TRACE: SLEPT FOR: 1000 [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/localTx/security/securityClient1.java#testCBTestCPCandPrin_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 53 (53 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 86 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/localTx/security/securityClient1.java#testCBTestCPCandPVC_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:56:21: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:56:21: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:56:21: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testCBTestCPCandPVC -vehicle connectorservlet -ap /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/tssql.stmt [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:56:21: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:56:21: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:56:21: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:56:21: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:56:21: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:56:22: Opened connection to http://localhost:8001/localTx_security_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:56:22: TRACE: got outputstream [javatest.batch] 12-12-2019 11:56:22: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:56:22: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:56:22: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:56:22: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:56:22: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:56:22: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:56:22: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:56:22: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:56:22: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:56:22: SVR-TRACE: --- Property Listing ---nullrapassword1=cts1nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=localTx_security_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnulltestName=testCBTestCPCandPVCnullwhitebox-tx=java:comp/env/eis/whitebox-txnullvehicle=connectorservletnullharness.log.delayseconds=1nullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nulltest_classname=com.sun.ts.tests.connector.localTx.security.securityClient1nullwebServerHost=localhostnullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullrauser1=cts1nullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:56:22: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:56:22: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:56:22: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.security.securityClient1 [javatest.batch] 12-12-2019 11:56:22: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.security.securityClient1 [javatest.batch] 12-12-2019 11:56:22: SVR-TRACE: ** IN getRunMethod: testname=testCBTestCPCandPVC [javatest.batch] 12-12-2019 11:56:22: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:56:22: SVR-TRACE: **runmethod=testCBTestCPCandPVC [javatest.batch] 12-12-2019 11:56:22: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:56:22: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:56:22: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testCBTestCPCandPVC_setup [javatest.batch] 12-12-2019 11:56:22: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:56:22: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:56:22: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:56:22: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testCBTestCPCandPVC_cleanup [javatest.batch] 12-12-2019 11:56:22: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:56:22: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:56:22: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:56:22: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 12-12-2019 11:56:22: SVR: Using: java:comp/env/eis/whitebox-tx-param [javatest.batch] 12-12-2019 11:56:22: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@38cb0aac [javatest.batch] 12-12-2019 11:56:22: SVR: ds2 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@18d8fd54 [javatest.batch] 12-12-2019 11:56:22: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:56:22: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:56:22: SVR: Performing callback verification... [javatest.batch] 12-12-2019 11:56:22: SVR-TRACE: Got connection. [javatest.batch] 12-12-2019 11:56:22: SVR-TRACE: Searching for string: cbTestCPCandPVC: callbacks handled. [javatest.batch] 12-12-2019 11:56:22: SVR-TRACE: [AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, XAManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, cbTestCPCandPVC: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., cbTestCPCandGPC: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, enterred submitSICWork(), submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workStarted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=5, notifications test: contextSetupComplete(): count=6, notifications test: workCompleted(): count=7, notifications test: workCompleted(): count=7, Work Object Submitted, WorkListenerImpl.workAccepted, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, str) passed, SharingViolationException(str, throwable) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, Xid Committed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, TransactionContext supported by Server., RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, SecurityContext supported by Server., RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, HintsContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, NoTxManagedConnectionFactory setResourceAdapter 1, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), LocalTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, IBAnnoWorkManager Work Object Submitted, IBAnnoMessageListener.workAccepted, IBAnnoMessageListener.workStarted, NestWork.constructor, NestWork.run, IBAnnoMessageListener committed Xid, TransactionContext Work Object Submitted, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., FAILURE: validateCustomPermFromAppServer(), throwing AccessControlException., SUCCESS: validateLocalGrantForCustomPerm passed., SUCCESS: validateRequiredPermSet passed., SUCCESS: CTSPermission3_name doesnt exist and was caught., SUCCESS: validateMissingPermFails passed., SUCCESS: validateRestrictedLocalPerm passed., SUCCESS: validateLocalPermsInvalidName() threw expected AccessControlException, SUCCESS: validateLocalPermsInvalidName passed., PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, NestWork.run, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] [javatest.batch] 12-12-2019 11:56:22: SVR: testCBTestCPCandPVC() passed [javatest.batch] 12-12-2019 11:56:22: SVR: Cleanup [javatest.batch] 12-12-2019 11:56:22: SVR-TRACE: Closing connection in cleanup. [javatest.batch] 12-12-2019 11:56:22: SVR: Test running in servlet vehicle passed [javatest.batch] 12-12-2019 11:56:23: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/localTx/security/securityClient1.java#testCBTestCPCandPVC_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 54 (54 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 85 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/localTx/security/securityClient1.java#testCBTestEISCPCandPrin_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:56:23: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:56:23: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:56:23: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testCBTestEISCPCandPrin -vehicle connectorservlet -ap /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/tssql.stmt [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:56:24: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:56:24: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:56:24: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:56:24: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:56:24: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:56:24: Opened connection to http://localhost:8001/localTx_security_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:56:24: TRACE: got outputstream [javatest.batch] 12-12-2019 11:56:24: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:56:24: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:56:24: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:56:24: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:56:24: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:56:24: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:56:24: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:56:24: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:56:24: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:56:24: SVR-TRACE: --- Property Listing ---nullrapassword1=cts1nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=localTx_security_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnulltestName=testCBTestEISCPCandPrinnullwhitebox-tx=java:comp/env/eis/whitebox-txnullvehicle=connectorservletnullharness.log.delayseconds=1nullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nulltest_classname=com.sun.ts.tests.connector.localTx.security.securityClient1nullwebServerHost=localhostnullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullrauser1=cts1nullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:56:24: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:56:24: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:56:24: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.security.securityClient1 [javatest.batch] 12-12-2019 11:56:24: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.security.securityClient1 [javatest.batch] 12-12-2019 11:56:24: SVR-TRACE: ** IN getRunMethod: testname=testCBTestEISCPCandPrin [javatest.batch] 12-12-2019 11:56:24: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:56:24: SVR-TRACE: **runmethod=testCBTestEISCPCandPrin [javatest.batch] 12-12-2019 11:56:24: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:56:24: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:56:24: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testCBTestEISCPCandPrin_setup [javatest.batch] 12-12-2019 11:56:24: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:56:24: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:56:24: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:56:24: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testCBTestEISCPCandPrin_cleanup [javatest.batch] 12-12-2019 11:56:24: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:56:24: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:56:24: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:56:24: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 12-12-2019 11:56:24: SVR: Using: java:comp/env/eis/whitebox-tx-param [javatest.batch] 12-12-2019 11:56:24: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@68d37f1c [javatest.batch] 12-12-2019 11:56:24: SVR: ds2 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@5634b16 [javatest.batch] 12-12-2019 11:56:24: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:56:24: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:56:24: SVR: Performing callback verification... [javatest.batch] 12-12-2019 11:56:24: SVR-TRACE: Got connection. [javatest.batch] 12-12-2019 11:56:24: SVR-TRACE: Searching for string: cbEISTestCPCandPrin: callbacks handled. [javatest.batch] 12-12-2019 11:56:24: SVR-TRACE: [AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, XAManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, cbTestCPCandPVC: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., cbTestCPCandGPC: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, enterred submitSICWork(), submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workStarted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=5, notifications test: contextSetupComplete(): count=6, notifications test: workCompleted(): count=7, notifications test: workCompleted(): count=7, Work Object Submitted, WorkListenerImpl.workAccepted, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, str) passed, SharingViolationException(str, throwable) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, Xid Committed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, TransactionContext supported by Server., RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, SecurityContext supported by Server., RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, HintsContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, NoTxManagedConnectionFactory setResourceAdapter 1, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), LocalTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, IBAnnoWorkManager Work Object Submitted, IBAnnoMessageListener.workAccepted, IBAnnoMessageListener.workStarted, NestWork.constructor, NestWork.run, IBAnnoMessageListener committed Xid, TransactionContext Work Object Submitted, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., FAILURE: validateCustomPermFromAppServer(), throwing AccessControlException., SUCCESS: validateLocalGrantForCustomPerm passed., SUCCESS: validateRequiredPermSet passed., SUCCESS: CTSPermission3_name doesnt exist and was caught., SUCCESS: validateMissingPermFails passed., SUCCESS: validateRestrictedLocalPerm passed., SUCCESS: validateLocalPermsInvalidName() threw expected AccessControlException, SUCCESS: validateLocalPermsInvalidName passed., PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, NestWork.run, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] [javatest.batch] 12-12-2019 11:56:24: SVR: testCBTestEISCPCandPrin() passed [javatest.batch] 12-12-2019 11:56:24: SVR: Cleanup [javatest.batch] 12-12-2019 11:56:24: SVR-TRACE: Closing connection in cleanup. [javatest.batch] 12-12-2019 11:56:24: SVR: Test running in servlet vehicle passed [javatest.batch] 12-12-2019 11:56:25: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/localTx/security/securityClient1.java#testCBTestEISCPCandPrin_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 55 (55 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 84 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/localTx/security/securityClient1.java#testCBTestGPCandCPCFail_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:56:25: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:56:25: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:56:25: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testCBTestGPCandCPCFail -vehicle connectorservlet -ap /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/tssql.stmt [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:56:26: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:56:26: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:56:26: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:56:26: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:56:26: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:56:26: Opened connection to http://localhost:8001/localTx_security_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:56:26: TRACE: got outputstream [javatest.batch] 12-12-2019 11:56:26: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:56:26: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:56:26: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:56:26: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:56:26: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:56:26: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:56:26: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:56:26: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:56:26: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:56:26: SVR-TRACE: --- Property Listing ---nullrapassword1=cts1nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=localTx_security_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnulltestName=testCBTestGPCandCPCFailnullwhitebox-tx=java:comp/env/eis/whitebox-txnullvehicle=connectorservletnullharness.log.delayseconds=1nullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nulltest_classname=com.sun.ts.tests.connector.localTx.security.securityClient1nullwebServerHost=localhostnullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullrauser1=cts1nullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:56:26: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:56:26: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:56:26: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.security.securityClient1 [javatest.batch] 12-12-2019 11:56:26: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.security.securityClient1 [javatest.batch] 12-12-2019 11:56:26: SVR-TRACE: ** IN getRunMethod: testname=testCBTestGPCandCPCFail [javatest.batch] 12-12-2019 11:56:26: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:56:26: SVR-TRACE: **runmethod=testCBTestGPCandCPCFail [javatest.batch] 12-12-2019 11:56:26: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:56:26: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:56:26: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testCBTestGPCandCPCFail_setup [javatest.batch] 12-12-2019 11:56:26: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:56:26: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:56:26: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:56:26: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testCBTestGPCandCPCFail_cleanup [javatest.batch] 12-12-2019 11:56:26: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:56:26: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:56:26: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:56:26: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 12-12-2019 11:56:26: SVR: Using: java:comp/env/eis/whitebox-tx-param [javatest.batch] 12-12-2019 11:56:26: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@31422a49 [javatest.batch] 12-12-2019 11:56:26: SVR: ds2 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@191291f [javatest.batch] 12-12-2019 11:56:26: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:56:26: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:56:26: SVR: Performing callback verification... [javatest.batch] 12-12-2019 11:56:26: SVR-TRACE: Got connection. [javatest.batch] 12-12-2019 11:56:26: SVR-TRACE: Searching for string: cbTestGPCandCPCFail: callbacks are NOT handled - as expected. [javatest.batch] 12-12-2019 11:56:26: SVR-TRACE: [AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, XAManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, cbTestCPCandPVC: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., cbTestCPCandGPC: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, enterred submitSICWork(), submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workStarted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=5, notifications test: contextSetupComplete(): count=6, notifications test: workCompleted(): count=7, notifications test: workCompleted(): count=7, Work Object Submitted, WorkListenerImpl.workAccepted, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, str) passed, SharingViolationException(str, throwable) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, Xid Committed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, TransactionContext supported by Server., RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, SecurityContext supported by Server., RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, HintsContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, NoTxManagedConnectionFactory setResourceAdapter 1, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), LocalTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, IBAnnoWorkManager Work Object Submitted, IBAnnoMessageListener.workAccepted, IBAnnoMessageListener.workStarted, NestWork.constructor, NestWork.run, IBAnnoMessageListener committed Xid, TransactionContext Work Object Submitted, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., FAILURE: validateCustomPermFromAppServer(), throwing AccessControlException., SUCCESS: validateLocalGrantForCustomPerm passed., SUCCESS: validateRequiredPermSet passed., SUCCESS: CTSPermission3_name doesnt exist and was caught., SUCCESS: validateMissingPermFails passed., SUCCESS: validateRestrictedLocalPerm passed., SUCCESS: validateLocalPermsInvalidName() threw expected AccessControlException, SUCCESS: validateLocalPermsInvalidName passed., PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, NestWork.run, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] [javatest.batch] 12-12-2019 11:56:26: SVR: testCBTestGPCandCPCFail() passed [javatest.batch] 12-12-2019 11:56:26: SVR: Cleanup [javatest.batch] 12-12-2019 11:56:26: SVR-TRACE: Closing connection in cleanup. [javatest.batch] 12-12-2019 11:56:26: SVR: Test running in servlet vehicle passed [javatest.batch] 12-12-2019 11:56:27: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/localTx/security/securityClient1.java#testCBTestGPCandCPCFail_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 56 (56 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 83 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/localTx/security/securityClient1.java#testComponentManaged_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:56:28: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:56:28: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:56:28: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testComponentManaged -vehicle connectorservlet -ap /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/tssql.stmt [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:56:28: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:56:28: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:56:28: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:56:28: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:56:28: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:56:28: Opened connection to http://localhost:8001/localTx_security_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:56:28: TRACE: got outputstream [javatest.batch] 12-12-2019 11:56:28: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:56:28: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:56:28: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:56:28: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:56:28: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:56:28: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:56:28: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:56:28: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:56:28: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:56:28: SVR-TRACE: --- Property Listing ---nullrapassword1=cts1nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=localTx_security_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnulltestName=testComponentManagednullwhitebox-tx=java:comp/env/eis/whitebox-txnullvehicle=connectorservletnullharness.log.delayseconds=1nullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nulltest_classname=com.sun.ts.tests.connector.localTx.security.securityClient1nullwebServerHost=localhostnullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullrauser1=cts1nullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:56:28: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:56:28: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:56:28: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.security.securityClient1 [javatest.batch] 12-12-2019 11:56:28: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.security.securityClient1 [javatest.batch] 12-12-2019 11:56:28: SVR-TRACE: ** IN getRunMethod: testname=testComponentManaged [javatest.batch] 12-12-2019 11:56:28: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:56:28: SVR-TRACE: **runmethod=testComponentManaged [javatest.batch] 12-12-2019 11:56:28: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:56:28: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:56:28: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testComponentManaged_setup [javatest.batch] 12-12-2019 11:56:28: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:56:28: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:56:28: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:56:28: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testComponentManaged_cleanup [javatest.batch] 12-12-2019 11:56:28: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:56:28: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:56:28: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:56:28: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 12-12-2019 11:56:28: SVR: Using: java:comp/env/eis/whitebox-tx-param [javatest.batch] 12-12-2019 11:56:28: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@56ed9aa4 [javatest.batch] 12-12-2019 11:56:28: SVR: ds2 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@6eb361c3 [javatest.batch] 12-12-2019 11:56:28: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:56:28: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:56:28: SVR: Using: java:comp/env/eis/whitebox-tx-param [javatest.batch] 12-12-2019 11:56:28: SVR: Got connection object from the TSDataSource. [javatest.batch] 12-12-2019 11:56:28: SVR: Checking for Connection Validity. [javatest.batch] 12-12-2019 11:56:28: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 12-12-2019 11:56:28: SVR: Values inserted into table! [javatest.batch] 12-12-2019 11:56:28: SVR: Table has been dropped! [javatest.batch] 12-12-2019 11:56:28: SVR: Cleanup [javatest.batch] 12-12-2019 11:56:28: SVR-TRACE: Closing connection in cleanup. [javatest.batch] 12-12-2019 11:56:28: SVR: Test running in servlet vehicle passed [javatest.batch] 12-12-2019 11:56:29: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/localTx/security/securityClient1.java#testComponentManaged_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 57 (57 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 82 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/localTx/security/securityClient1.java#testConnManagerAllocateConnection_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:56:30: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:56:30: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:56:30: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testConnManagerAllocateConnection -vehicle connectorservlet -ap /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/tssql.stmt [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:56:30: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:56:30: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:56:30: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:56:30: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:56:30: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:56:31: Opened connection to http://localhost:8001/localTx_security_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:56:31: TRACE: got outputstream [javatest.batch] 12-12-2019 11:56:31: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:56:31: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:56:31: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:56:31: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:56:31: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:56:31: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:56:31: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:56:31: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:56:31: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:56:31: SVR-TRACE: --- Property Listing ---nullrapassword1=cts1nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=localTx_security_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnulltestName=testConnManagerAllocateConnectionnullwhitebox-tx=java:comp/env/eis/whitebox-txnullvehicle=connectorservletnullharness.log.delayseconds=1nullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nulltest_classname=com.sun.ts.tests.connector.localTx.security.securityClient1nullwebServerHost=localhostnullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullrauser1=cts1nullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:56:31: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:56:31: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:56:31: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.security.securityClient1 [javatest.batch] 12-12-2019 11:56:31: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.security.securityClient1 [javatest.batch] 12-12-2019 11:56:31: SVR-TRACE: ** IN getRunMethod: testname=testConnManagerAllocateConnection [javatest.batch] 12-12-2019 11:56:31: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:56:31: SVR-TRACE: **runmethod=testConnManagerAllocateConnection [javatest.batch] 12-12-2019 11:56:31: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:56:31: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:56:31: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testConnManagerAllocateConnection_setup [javatest.batch] 12-12-2019 11:56:31: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:56:31: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:56:31: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:56:31: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testConnManagerAllocateConnection_cleanup [javatest.batch] 12-12-2019 11:56:31: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:56:31: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:56:31: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:56:31: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 12-12-2019 11:56:31: SVR: Using: java:comp/env/eis/whitebox-tx-param [javatest.batch] 12-12-2019 11:56:31: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@64fedd5b [javatest.batch] 12-12-2019 11:56:31: SVR: ds2 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@26ba54e4 [javatest.batch] 12-12-2019 11:56:31: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:56:31: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:56:31: SVR: Got connection from the TSDataSource. [javatest.batch] 12-12-2019 11:56:31: SVR: Checking for Connection Validity. [javatest.batch] 12-12-2019 11:56:31: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 12-12-2019 11:56:31: SVR: Values inserted into table! [javatest.batch] 12-12-2019 11:56:31: SVR: Table has been dropped! [javatest.batch] 12-12-2019 11:56:31: SVR: Cleanup [javatest.batch] 12-12-2019 11:56:31: SVR-TRACE: Closing connection in cleanup. [javatest.batch] 12-12-2019 11:56:31: SVR: Test running in servlet vehicle passed [javatest.batch] 12-12-2019 11:56:32: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/localTx/security/securityClient1.java#testConnManagerAllocateConnection_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 58 (58 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 81 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/localTx/security/securityClient1.java#testContainerManaged_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:56:32: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:56:32: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:56:32: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testContainerManaged -vehicle connectorservlet -ap /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/tssql.stmt [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:56:32: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:56:32: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:56:32: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:56:32: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:56:32: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:56:33: Opened connection to http://localhost:8001/localTx_security_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:56:33: TRACE: got outputstream [javatest.batch] 12-12-2019 11:56:33: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:56:33: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:56:33: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:56:33: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:56:33: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:56:33: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:56:33: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:56:33: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:56:33: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:56:33: SVR-TRACE: --- Property Listing ---nullrapassword1=cts1nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=localTx_security_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnulltestName=testContainerManagednullwhitebox-tx=java:comp/env/eis/whitebox-txnullvehicle=connectorservletnullharness.log.delayseconds=1nullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullwhitebox-tx-param=java:comp/env/eis/whitebox-tx-paramnullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nulltest_classname=com.sun.ts.tests.connector.localTx.security.securityClient1nullwebServerHost=localhostnullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullrauser1=cts1nullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:56:33: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:56:33: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:56:33: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.security.securityClient1 [javatest.batch] 12-12-2019 11:56:33: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.security.securityClient1 [javatest.batch] 12-12-2019 11:56:33: SVR-TRACE: ** IN getRunMethod: testname=testContainerManaged [javatest.batch] 12-12-2019 11:56:33: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:56:33: SVR-TRACE: **runmethod=testContainerManaged [javatest.batch] 12-12-2019 11:56:33: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:56:33: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:56:33: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testContainerManaged_setup [javatest.batch] 12-12-2019 11:56:33: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:56:33: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:56:33: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:56:33: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testContainerManaged_cleanup [javatest.batch] 12-12-2019 11:56:33: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:56:33: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:56:33: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:56:33: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 12-12-2019 11:56:33: SVR: Using: java:comp/env/eis/whitebox-tx-param [javatest.batch] 12-12-2019 11:56:33: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@586e2977 [javatest.batch] 12-12-2019 11:56:33: SVR: ds2 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@34f9813 [javatest.batch] 12-12-2019 11:56:33: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:56:33: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:56:33: SVR: Got connection from the TSDataSource. [javatest.batch] 12-12-2019 11:56:33: SVR: Checking for Connection Validity. [javatest.batch] 12-12-2019 11:56:33: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 12-12-2019 11:56:33: SVR: Values inserted into table! [javatest.batch] 12-12-2019 11:56:33: SVR: Table has been dropped! [javatest.batch] 12-12-2019 11:56:33: SVR: Cleanup [javatest.batch] 12-12-2019 11:56:33: SVR-TRACE: Closing connection in cleanup. [javatest.batch] 12-12-2019 11:56:33: SVR: Test running in servlet vehicle passed [javatest.batch] 12-12-2019 11:56:34: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/localTx/security/securityClient1.java#testContainerManaged_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 59 (59 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 80 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/localTx/transinflow/transinflowClient1.java#testConcurrentWorkXid_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:56:34: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:56:34: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:56:34: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testConcurrentWorkXid -vehicle connectorservlet -ap /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/tssql.stmt [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:56:34: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:56:34: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:56:34: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:56:34: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:56:34: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:56:35: Opened connection to http://localhost:8001/localTx_transinflow_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:56:35: TRACE: got outputstream [javatest.batch] 12-12-2019 11:56:35: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:56:35: SVR-TRACE: init com.sun.ts.tests.common.vehicle.connectorservlet.ConnectorServletVehicle ... [javatest.batch] 12-12-2019 11:56:35: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:56:35: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:56:35: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:56:35: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:56:35: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:56:35: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:56:35: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=localTx_transinflow_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnulltestName=testConcurrentWorkXidnullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullwhitebox-tx=java:comp/env/eis/whitebox-txnullharness.log.delayseconds=1nullvehicle=connectorservletnullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nullwebServerHost=localhostnulltest_classname=com.sun.ts.tests.connector.localTx.transinflow.transinflowClient1nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:56:35: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:56:35: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:56:35: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.transinflow.transinflowClient1 [javatest.batch] 12-12-2019 11:56:35: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.transinflow.transinflowClient1 [javatest.batch] 12-12-2019 11:56:35: SVR-TRACE: ** IN getRunMethod: testname=testConcurrentWorkXid [javatest.batch] 12-12-2019 11:56:35: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:56:35: SVR-TRACE: **runmethod=testConcurrentWorkXid [javatest.batch] 12-12-2019 11:56:35: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:56:35: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:56:35: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testConcurrentWorkXid_setup [javatest.batch] 12-12-2019 11:56:35: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:56:35: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:56:35: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:56:35: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testConcurrentWorkXid_cleanup [javatest.batch] 12-12-2019 11:56:35: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:56:35: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:56:35: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:56:35: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 12-12-2019 11:56:35: SVR: Using: java:comp/env/eis/whitebox-mdcomplete [javatest.batch] 12-12-2019 11:56:35: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:56:35: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:56:35: SVR: establishing connection to rar... [javatest.batch] 12-12-2019 11:56:35: SVR: Got RA log. [javatest.batch] 12-12-2019 11:56:35: SVR-TRACE: Got connection. [javatest.batch] 12-12-2019 11:56:35: SVR-TRACE: [AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, XAManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, cbTestCPCandPVC: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., cbTestCPCandGPC: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, enterred submitSICWork(), submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workStarted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=5, notifications test: contextSetupComplete(): count=6, notifications test: workCompleted(): count=7, notifications test: workCompleted(): count=7, Work Object Submitted, WorkListenerImpl.workAccepted, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, str) passed, SharingViolationException(str, throwable) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, Xid Committed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, TransactionContext supported by Server., RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, SecurityContext supported by Server., RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, HintsContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, NoTxManagedConnectionFactory setResourceAdapter 1, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), LocalTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, IBAnnoWorkManager Work Object Submitted, IBAnnoMessageListener.workAccepted, IBAnnoMessageListener.workStarted, NestWork.constructor, NestWork.run, IBAnnoMessageListener committed Xid, TransactionContext Work Object Submitted, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., FAILURE: validateCustomPermFromAppServer(), throwing AccessControlException., SUCCESS: validateLocalGrantForCustomPerm passed., SUCCESS: validateRequiredPermSet passed., SUCCESS: CTSPermission3_name doesnt exist and was caught., SUCCESS: validateMissingPermFails passed., SUCCESS: validateRestrictedLocalPerm passed., SUCCESS: validateLocalPermsInvalidName() threw expected AccessControlException, SUCCESS: validateLocalPermsInvalidName passed., PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, NestWork.run, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] [javatest.batch] 12-12-2019 11:56:35: SVR: Methods called correctly [javatest.batch] 12-12-2019 11:56:35: SVR: Performing end to end verification... [javatest.batch] 12-12-2019 11:56:35: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 12-12-2019 11:56:35: SVR: Values inserted into table! [javatest.batch] 12-12-2019 11:56:35: SVR: Table has been dropped! [javatest.batch] 12-12-2019 11:56:35: SVR: Cleanup [javatest.batch] 12-12-2019 11:56:35: SVR: Test running in servlet vehicle passed [javatest.batch] 12-12-2019 11:56:35: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:56:35: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:56:36: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/localTx/transinflow/transinflowClient1.java#testConcurrentWorkXid_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 60 (60 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 79 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/localTx/transinflow/transinflowClient1.java#testGetTransactionSupport_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:56:36: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:56:36: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:56:36: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testGetTransactionSupport -vehicle connectorservlet -ap /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/tssql.stmt [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:56:37: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:56:37: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:56:37: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:56:37: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:56:37: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:56:37: Opened connection to http://localhost:8001/localTx_transinflow_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:56:37: TRACE: got outputstream [javatest.batch] 12-12-2019 11:56:37: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:56:37: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:56:37: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:56:37: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:56:37: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:56:37: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:56:37: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:56:37: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:56:37: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:56:37: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=localTx_transinflow_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnulltestName=testGetTransactionSupportnullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullwhitebox-tx=java:comp/env/eis/whitebox-txnullharness.log.delayseconds=1nullvehicle=connectorservletnullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nullwebServerHost=localhostnulltest_classname=com.sun.ts.tests.connector.localTx.transinflow.transinflowClient1nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:56:37: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:56:37: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:56:37: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.transinflow.transinflowClient1 [javatest.batch] 12-12-2019 11:56:37: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.transinflow.transinflowClient1 [javatest.batch] 12-12-2019 11:56:37: SVR-TRACE: ** IN getRunMethod: testname=testGetTransactionSupport [javatest.batch] 12-12-2019 11:56:37: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:56:37: SVR-TRACE: **runmethod=testGetTransactionSupport [javatest.batch] 12-12-2019 11:56:37: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:56:37: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:56:37: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testGetTransactionSupport_setup [javatest.batch] 12-12-2019 11:56:37: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:56:37: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:56:37: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:56:37: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testGetTransactionSupport_cleanup [javatest.batch] 12-12-2019 11:56:37: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:56:37: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:56:37: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:56:37: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 12-12-2019 11:56:37: SVR: Using: java:comp/env/eis/whitebox-mdcomplete [javatest.batch] 12-12-2019 11:56:37: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:56:37: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:56:37: SVR: establishing connection to rar... [javatest.batch] 12-12-2019 11:56:37: SVR: Getting RA log. [javatest.batch] 12-12-2019 11:56:37: SVR-TRACE: Got RA log and connection. [javatest.batch] 12-12-2019 11:56:37: SVR-TRACE: [AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, XAManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, cbTestCPCandPVC: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., cbTestCPCandGPC: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, enterred submitSICWork(), submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workStarted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=5, notifications test: contextSetupComplete(): count=6, notifications test: workCompleted(): count=7, notifications test: workCompleted(): count=7, Work Object Submitted, WorkListenerImpl.workAccepted, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, str) passed, SharingViolationException(str, throwable) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, Xid Committed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, TransactionContext supported by Server., RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, SecurityContext supported by Server., RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, HintsContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, NoTxManagedConnectionFactory setResourceAdapter 1, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), LocalTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, IBAnnoWorkManager Work Object Submitted, IBAnnoMessageListener.workAccepted, IBAnnoMessageListener.workStarted, NestWork.constructor, NestWork.run, IBAnnoMessageListener committed Xid, TransactionContext Work Object Submitted, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., FAILURE: validateCustomPermFromAppServer(), throwing AccessControlException., SUCCESS: validateLocalGrantForCustomPerm passed., SUCCESS: validateRequiredPermSet passed., SUCCESS: CTSPermission3_name doesnt exist and was caught., SUCCESS: validateMissingPermFails passed., SUCCESS: validateRestrictedLocalPerm passed., SUCCESS: validateLocalPermsInvalidName() threw expected AccessControlException, SUCCESS: validateLocalPermsInvalidName passed., PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, NestWork.run, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] [javatest.batch] 12-12-2019 11:56:37: SVR: Methods called correctly [javatest.batch] 12-12-2019 11:56:37: SVR: Performing end to end verification... [javatest.batch] 12-12-2019 11:56:37: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 12-12-2019 11:56:37: SVR: Values inserted into table! [javatest.batch] 12-12-2019 11:56:37: SVR: Table has been dropped! [javatest.batch] 12-12-2019 11:56:37: SVR: Cleanup [javatest.batch] 12-12-2019 11:56:37: SVR: Test running in servlet vehicle passed [javatest.batch] 12-12-2019 11:56:38: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/localTx/transinflow/transinflowClient1.java#testGetTransactionSupport_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 61 (61 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 78 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/localTx/transinflow/transinflowClient1.java#testSetResourceAdapterMethod_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:56:38: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:56:38: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:56:39: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testSetResourceAdapterMethod -vehicle connectorservlet -ap /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/tssql.stmt [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:56:39: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:56:39: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:56:39: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:56:39: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:56:39: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:56:39: Opened connection to http://localhost:8001/localTx_transinflow_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:56:39: TRACE: got outputstream [javatest.batch] 12-12-2019 11:56:39: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:56:39: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:56:39: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:56:39: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:56:39: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:56:39: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:56:39: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:56:39: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:56:39: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:56:39: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=localTx_transinflow_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnulltestName=testSetResourceAdapterMethodnullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullwhitebox-tx=java:comp/env/eis/whitebox-txnullharness.log.delayseconds=1nullvehicle=connectorservletnullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nullwebServerHost=localhostnulltest_classname=com.sun.ts.tests.connector.localTx.transinflow.transinflowClient1nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:56:39: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:56:39: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:56:39: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.transinflow.transinflowClient1 [javatest.batch] 12-12-2019 11:56:39: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.transinflow.transinflowClient1 [javatest.batch] 12-12-2019 11:56:39: SVR-TRACE: ** IN getRunMethod: testname=testSetResourceAdapterMethod [javatest.batch] 12-12-2019 11:56:39: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:56:39: SVR-TRACE: **runmethod=testSetResourceAdapterMethod [javatest.batch] 12-12-2019 11:56:39: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:56:39: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:56:39: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testSetResourceAdapterMethod_setup [javatest.batch] 12-12-2019 11:56:39: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:56:39: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:56:39: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:56:39: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testSetResourceAdapterMethod_cleanup [javatest.batch] 12-12-2019 11:56:39: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:56:39: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:56:39: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:56:39: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 12-12-2019 11:56:39: SVR: Using: java:comp/env/eis/whitebox-mdcomplete [javatest.batch] 12-12-2019 11:56:39: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:56:39: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:56:39: SVR: establishing connection to rar... [javatest.batch] 12-12-2019 11:56:39: SVR: Got RA log. [javatest.batch] 12-12-2019 11:56:39: SVR-TRACE: Got connection. [javatest.batch] 12-12-2019 11:56:39: SVR-TRACE: [AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, XAManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, cbTestCPCandPVC: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., cbTestCPCandGPC: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, enterred submitSICWork(), submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workStarted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=5, notifications test: contextSetupComplete(): count=6, notifications test: workCompleted(): count=7, notifications test: workCompleted(): count=7, Work Object Submitted, WorkListenerImpl.workAccepted, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, str) passed, SharingViolationException(str, throwable) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, Xid Committed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, TransactionContext supported by Server., RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, SecurityContext supported by Server., RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, HintsContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, NoTxManagedConnectionFactory setResourceAdapter 1, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), LocalTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, IBAnnoWorkManager Work Object Submitted, IBAnnoMessageListener.workAccepted, IBAnnoMessageListener.workStarted, NestWork.constructor, NestWork.run, IBAnnoMessageListener committed Xid, TransactionContext Work Object Submitted, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., FAILURE: validateCustomPermFromAppServer(), throwing AccessControlException., SUCCESS: validateLocalGrantForCustomPerm passed., SUCCESS: validateRequiredPermSet passed., SUCCESS: CTSPermission3_name doesnt exist and was caught., SUCCESS: validateMissingPermFails passed., SUCCESS: validateRestrictedLocalPerm passed., SUCCESS: validateLocalPermsInvalidName() threw expected AccessControlException, SUCCESS: validateLocalPermsInvalidName passed., PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, NestWork.run, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] [javatest.batch] 12-12-2019 11:56:39: SVR: testSetResourceAdapterMethod called correctly [javatest.batch] 12-12-2019 11:56:39: SVR: Performing end to end verification... [javatest.batch] 12-12-2019 11:56:39: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 12-12-2019 11:56:39: SVR: Values inserted into table! [javatest.batch] 12-12-2019 11:56:39: SVR: Table has been dropped! [javatest.batch] 12-12-2019 11:56:39: SVR: Cleanup [javatest.batch] 12-12-2019 11:56:39: SVR: Test running in servlet vehicle passed [javatest.batch] 12-12-2019 11:56:40: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/localTx/transinflow/transinflowClient1.java#testSetResourceAdapterMethod_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 62 (62 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 77 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/localTx/transinflow/transinflowClient1.java#testTransactionSynchronizationRegistry_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:56:41: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:56:41: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:56:41: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testTransactionSynchronizationRegistry -vehicle connectorservlet -ap /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/tssql.stmt [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:56:41: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:56:41: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:56:41: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:56:41: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:56:41: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:56:41: Opened connection to http://localhost:8001/localTx_transinflow_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:56:41: TRACE: got outputstream [javatest.batch] 12-12-2019 11:56:41: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:56:41: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:56:41: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:56:41: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:56:41: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:56:41: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:56:41: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:56:41: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:56:41: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:56:41: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=localTx_transinflow_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnulltestName=testTransactionSynchronizationRegistrynullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullwhitebox-tx=java:comp/env/eis/whitebox-txnullharness.log.delayseconds=1nullvehicle=connectorservletnullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nullwebServerHost=localhostnulltest_classname=com.sun.ts.tests.connector.localTx.transinflow.transinflowClient1nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:56:41: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:56:41: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:56:41: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.transinflow.transinflowClient1 [javatest.batch] 12-12-2019 11:56:41: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.transinflow.transinflowClient1 [javatest.batch] 12-12-2019 11:56:41: SVR-TRACE: ** IN getRunMethod: testname=testTransactionSynchronizationRegistry [javatest.batch] 12-12-2019 11:56:41: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:56:41: SVR-TRACE: **runmethod=testTransactionSynchronizationRegistry [javatest.batch] 12-12-2019 11:56:41: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:56:41: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:56:41: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testTransactionSynchronizationRegistry_setup [javatest.batch] 12-12-2019 11:56:41: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:56:41: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:56:41: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:56:41: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testTransactionSynchronizationRegistry_cleanup [javatest.batch] 12-12-2019 11:56:41: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:56:41: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:56:41: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:56:41: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 12-12-2019 11:56:41: SVR: Using: java:comp/env/eis/whitebox-mdcomplete [javatest.batch] 12-12-2019 11:56:41: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:56:41: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:56:41: SVR: establishing connection to rar... [javatest.batch] 12-12-2019 11:56:41: SVR: Got RA log. [javatest.batch] 12-12-2019 11:56:41: SVR-TRACE: Got connection. [javatest.batch] 12-12-2019 11:56:41: SVR-TRACE: [AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, XAManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, cbTestCPCandPVC: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., cbTestCPCandGPC: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, enterred submitSICWork(), submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workStarted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=5, notifications test: contextSetupComplete(): count=6, notifications test: workCompleted(): count=7, notifications test: workCompleted(): count=7, Work Object Submitted, WorkListenerImpl.workAccepted, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, str) passed, SharingViolationException(str, throwable) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, Xid Committed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, TransactionContext supported by Server., RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, SecurityContext supported by Server., RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, HintsContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, NoTxManagedConnectionFactory setResourceAdapter 1, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), LocalTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, IBAnnoWorkManager Work Object Submitted, IBAnnoMessageListener.workAccepted, IBAnnoMessageListener.workStarted, NestWork.constructor, NestWork.run, IBAnnoMessageListener committed Xid, TransactionContext Work Object Submitted, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., FAILURE: validateCustomPermFromAppServer(), throwing AccessControlException., SUCCESS: validateLocalGrantForCustomPerm passed., SUCCESS: validateRequiredPermSet passed., SUCCESS: CTSPermission3_name doesnt exist and was caught., SUCCESS: validateMissingPermFails passed., SUCCESS: validateRestrictedLocalPerm passed., SUCCESS: validateLocalPermsInvalidName() threw expected AccessControlException, SUCCESS: validateLocalPermsInvalidName passed., PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, NestWork.run, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] [javatest.batch] 12-12-2019 11:56:41: SVR: Methods called correctly [javatest.batch] 12-12-2019 11:56:41: SVR: Cleanup [javatest.batch] 12-12-2019 11:56:41: SVR: Test running in servlet vehicle passed [javatest.batch] 12-12-2019 11:56:42: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/localTx/transinflow/transinflowClient1.java#testTransactionSynchronizationRegistry_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 63 (63 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 76 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/localTx/transinflow/transinflowClient1.java#testXATerminator_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:56:43: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:56:43: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:56:43: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testXATerminator -vehicle connectorservlet -ap /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/tssql.stmt [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:56:43: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:56:43: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:56:43: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:56:43: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:56:43: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:56:44: Opened connection to http://localhost:8001/localTx_transinflow_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:56:44: TRACE: got outputstream [javatest.batch] 12-12-2019 11:56:44: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:56:44: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:56:44: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:56:44: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:56:44: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:56:44: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:56:44: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:56:44: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:56:44: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:56:44: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=localTx_transinflow_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnulltestName=testXATerminatornullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullwhitebox-tx=java:comp/env/eis/whitebox-txnullharness.log.delayseconds=1nullvehicle=connectorservletnullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nullwebServerHost=localhostnulltest_classname=com.sun.ts.tests.connector.localTx.transinflow.transinflowClient1nullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:56:44: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:56:44: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:56:44: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.transinflow.transinflowClient1 [javatest.batch] 12-12-2019 11:56:44: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.transinflow.transinflowClient1 [javatest.batch] 12-12-2019 11:56:44: SVR-TRACE: ** IN getRunMethod: testname=testXATerminator [javatest.batch] 12-12-2019 11:56:44: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:56:44: SVR-TRACE: **runmethod=testXATerminator [javatest.batch] 12-12-2019 11:56:44: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:56:44: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:56:44: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testXATerminator_setup [javatest.batch] 12-12-2019 11:56:44: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:56:44: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:56:44: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:56:44: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testXATerminator_cleanup [javatest.batch] 12-12-2019 11:56:44: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:56:44: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:56:44: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:56:44: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 12-12-2019 11:56:44: SVR: Using: java:comp/env/eis/whitebox-mdcomplete [javatest.batch] 12-12-2019 11:56:44: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:56:44: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:56:44: SVR: establishing connection to rar... [javatest.batch] 12-12-2019 11:56:44: SVR: Got RA log. [javatest.batch] 12-12-2019 11:56:44: SVR-TRACE: Got connection. [javatest.batch] 12-12-2019 11:56:44: SVR-TRACE: [AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, XAManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, cbTestCPCandPVC: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., cbTestCPCandGPC: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, enterred submitSICWork(), submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workStarted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=5, notifications test: contextSetupComplete(): count=6, notifications test: workCompleted(): count=7, notifications test: workCompleted(): count=7, Work Object Submitted, WorkListenerImpl.workAccepted, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, str) passed, SharingViolationException(str, throwable) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, Xid Committed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, TransactionContext supported by Server., RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, SecurityContext supported by Server., RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, HintsContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, NoTxManagedConnectionFactory setResourceAdapter 1, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), LocalTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, IBAnnoWorkManager Work Object Submitted, IBAnnoMessageListener.workAccepted, IBAnnoMessageListener.workStarted, NestWork.constructor, NestWork.run, IBAnnoMessageListener committed Xid, TransactionContext Work Object Submitted, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., FAILURE: validateCustomPermFromAppServer(), throwing AccessControlException., SUCCESS: validateLocalGrantForCustomPerm passed., SUCCESS: validateRequiredPermSet passed., SUCCESS: CTSPermission3_name doesnt exist and was caught., SUCCESS: validateMissingPermFails passed., SUCCESS: validateRestrictedLocalPerm passed., SUCCESS: validateLocalPermsInvalidName() threw expected AccessControlException, SUCCESS: validateLocalPermsInvalidName passed., PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, NestWork.run, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] [javatest.batch] 12-12-2019 11:56:44: SVR: Methods called correctly [javatest.batch] 12-12-2019 11:56:44: SVR: Performing end to end verification... [javatest.batch] 12-12-2019 11:56:44: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 12-12-2019 11:56:44: SVR: Values inserted into table! [javatest.batch] 12-12-2019 11:56:44: SVR: Table has been dropped! [javatest.batch] 12-12-2019 11:56:44: SVR: Cleanup [javatest.batch] 12-12-2019 11:56:44: SVR: Test running in servlet vehicle passed [javatest.batch] 12-12-2019 11:56:45: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/localTx/transinflow/transinflowClient1.java#testXATerminator_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 64 (64 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 75 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/localTx/workcontext/WorkContextClient.java#testHICNotifications_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:56:45: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:56:45: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:56:45: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testHICNotifications -vehicle connectorservlet -ap /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/tssql.stmt [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:56:45: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:56:45: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:56:45: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:56:45: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:56:45: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:56:46: Opened connection to http://localhost:8001/workcontext_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:56:46: TRACE: got outputstream [javatest.batch] 12-12-2019 11:56:46: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:56:46: SVR-TRACE: init com.sun.ts.tests.common.vehicle.connectorservlet.ConnectorServletVehicle ... [javatest.batch] 12-12-2019 11:56:46: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:56:46: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:56:46: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:56:46: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:56:46: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:56:46: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:56:46: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=workcontext_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnulltestName=testHICNotificationsnullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullwhitebox-tx=java:comp/env/eis/whitebox-txnullharness.log.delayseconds=1nullvehicle=connectorservletnullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nullwebServerHost=localhostnulltest_classname=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClientnullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:56:46: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:56:46: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:56:46: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient [javatest.batch] 12-12-2019 11:56:46: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient [javatest.batch] 12-12-2019 11:56:46: SVR-TRACE: ** IN getRunMethod: testname=testHICNotifications [javatest.batch] 12-12-2019 11:56:46: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:56:46: SVR-TRACE: **runmethod=testHICNotifications [javatest.batch] 12-12-2019 11:56:46: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:56:46: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:56:46: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testHICNotifications_setup [javatest.batch] 12-12-2019 11:56:46: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:56:46: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:56:46: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:56:46: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testHICNotifications_cleanup [javatest.batch] 12-12-2019 11:56:46: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:56:46: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:56:46: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:56:46: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 12-12-2019 11:56:46: SVR: Using: java:comp/env/eis/whitebox-mdcomplete [javatest.batch] 12-12-2019 11:56:46: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:56:46: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:56:46: SVR: Got RA log. [javatest.batch] 12-12-2019 11:56:46: SVR-TRACE: Got connection. [javatest.batch] 12-12-2019 11:56:46: SVR-TRACE: [AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, XAManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, cbTestCPCandPVC: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., cbTestCPCandGPC: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, enterred submitSICWork(), submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workStarted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=5, notifications test: contextSetupComplete(): count=6, notifications test: workCompleted(): count=7, notifications test: workCompleted(): count=7, Work Object Submitted, WorkListenerImpl.workAccepted, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, str) passed, SharingViolationException(str, throwable) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, Xid Committed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, TransactionContext supported by Server., RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, SecurityContext supported by Server., RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, HintsContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, NoTxManagedConnectionFactory setResourceAdapter 1, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), LocalTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, IBAnnoWorkManager Work Object Submitted, IBAnnoMessageListener.workAccepted, IBAnnoMessageListener.workStarted, NestWork.constructor, NestWork.run, IBAnnoMessageListener committed Xid, TransactionContext Work Object Submitted, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., FAILURE: validateCustomPermFromAppServer(), throwing AccessControlException., SUCCESS: validateLocalGrantForCustomPerm passed., SUCCESS: validateRequiredPermSet passed., SUCCESS: CTSPermission3_name doesnt exist and was caught., SUCCESS: validateMissingPermFails passed., SUCCESS: validateRestrictedLocalPerm passed., SUCCESS: validateLocalPermsInvalidName() threw expected AccessControlException, SUCCESS: validateLocalPermsInvalidName passed., PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, NestWork.run, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] [javatest.batch] 12-12-2019 11:56:46: SVR: testWorkContextNotifications() failed with following values: iContextSetupFailedCount = -1 [javatest.batch] 12-12-2019 11:56:46: SVR: Cleanup [javatest.batch] 12-12-2019 11:56:46: SVR: Test running in servlet vehicle passed [javatest.batch] 12-12-2019 11:56:46: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:56:46: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:56:47: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/localTx/workcontext/WorkContextClient.java#testHICNotifications_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 65 (65 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 74 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/localTx/workcontext/WorkContextClient.java#testIsContextSupported_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:56:47: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:56:47: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:56:47: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testIsContextSupported -vehicle connectorservlet -ap /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/tssql.stmt [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:56:48: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:56:48: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:56:48: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:56:48: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:56:48: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:56:48: Opened connection to http://localhost:8001/workcontext_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:56:48: TRACE: got outputstream [javatest.batch] 12-12-2019 11:56:48: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:56:48: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:56:48: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:56:48: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:56:48: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:56:48: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:56:48: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:56:48: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:56:48: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:56:48: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=workcontext_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnulltestName=testIsContextSupportednullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullwhitebox-tx=java:comp/env/eis/whitebox-txnullharness.log.delayseconds=1nullvehicle=connectorservletnullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nullwebServerHost=localhostnulltest_classname=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClientnullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:56:48: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:56:48: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:56:48: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient [javatest.batch] 12-12-2019 11:56:48: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient [javatest.batch] 12-12-2019 11:56:48: SVR-TRACE: ** IN getRunMethod: testname=testIsContextSupported [javatest.batch] 12-12-2019 11:56:48: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:56:48: SVR-TRACE: **runmethod=testIsContextSupported [javatest.batch] 12-12-2019 11:56:48: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:56:48: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:56:48: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testIsContextSupported_setup [javatest.batch] 12-12-2019 11:56:48: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:56:48: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:56:48: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:56:48: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testIsContextSupported_cleanup [javatest.batch] 12-12-2019 11:56:48: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:56:48: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:56:48: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:56:48: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 12-12-2019 11:56:48: SVR: Using: java:comp/env/eis/whitebox-mdcomplete [javatest.batch] 12-12-2019 11:56:48: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:56:48: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:56:48: SVR: Performing callback verification... [javatest.batch] 12-12-2019 11:56:48: SVR: Got RA log. [javatest.batch] 12-12-2019 11:56:48: SVR-TRACE: Got connection. [javatest.batch] 12-12-2019 11:56:48: SVR-TRACE: [AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, XAManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, cbTestCPCandPVC: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., cbTestCPCandGPC: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, enterred submitSICWork(), submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workStarted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=5, notifications test: contextSetupComplete(): count=6, notifications test: workCompleted(): count=7, notifications test: workCompleted(): count=7, Work Object Submitted, WorkListenerImpl.workAccepted, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, str) passed, SharingViolationException(str, throwable) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, Xid Committed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, TransactionContext supported by Server., RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, SecurityContext supported by Server., RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, HintsContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, NoTxManagedConnectionFactory setResourceAdapter 1, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), LocalTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, IBAnnoWorkManager Work Object Submitted, IBAnnoMessageListener.workAccepted, IBAnnoMessageListener.workStarted, NestWork.constructor, NestWork.run, IBAnnoMessageListener committed Xid, TransactionContext Work Object Submitted, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., FAILURE: validateCustomPermFromAppServer(), throwing AccessControlException., SUCCESS: validateLocalGrantForCustomPerm passed., SUCCESS: validateRequiredPermSet passed., SUCCESS: CTSPermission3_name doesnt exist and was caught., SUCCESS: validateMissingPermFails passed., SUCCESS: validateRestrictedLocalPerm passed., SUCCESS: validateLocalPermsInvalidName() threw expected AccessControlException, SUCCESS: validateLocalPermsInvalidName passed., PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, NestWork.run, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] [javatest.batch] 12-12-2019 11:56:48: SVR: Methods called correctly [javatest.batch] 12-12-2019 11:56:48: SVR: Cleanup [javatest.batch] 12-12-2019 11:56:48: SVR: Test running in servlet vehicle passed [javatest.batch] 12-12-2019 11:56:49: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/localTx/workcontext/WorkContextClient.java#testIsContextSupported_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 66 (66 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 73 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/localTx/workcontext/WorkContextClient.java#testNestedWorkContexts_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:56:49: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:56:49: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:56:49: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testNestedWorkContexts -vehicle connectorservlet -ap /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/tssql.stmt [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:56:50: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:56:50: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:56:50: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:56:50: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:56:50: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:56:50: Opened connection to http://localhost:8001/workcontext_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:56:50: TRACE: got outputstream [javatest.batch] 12-12-2019 11:56:50: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:56:50: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:56:50: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:56:50: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:56:50: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:56:50: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:56:50: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:56:50: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:56:50: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:56:50: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=workcontext_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnulltestName=testNestedWorkContextsnullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullwhitebox-tx=java:comp/env/eis/whitebox-txnullharness.log.delayseconds=1nullvehicle=connectorservletnullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nullwebServerHost=localhostnulltest_classname=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClientnullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:56:50: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:56:50: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:56:50: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient [javatest.batch] 12-12-2019 11:56:50: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient [javatest.batch] 12-12-2019 11:56:50: SVR-TRACE: ** IN getRunMethod: testname=testNestedWorkContexts [javatest.batch] 12-12-2019 11:56:50: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:56:50: SVR-TRACE: **runmethod=testNestedWorkContexts [javatest.batch] 12-12-2019 11:56:50: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:56:50: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:56:50: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testNestedWorkContexts_setup [javatest.batch] 12-12-2019 11:56:50: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:56:50: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:56:50: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:56:50: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testNestedWorkContexts_cleanup [javatest.batch] 12-12-2019 11:56:50: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:56:50: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:56:50: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:56:50: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 12-12-2019 11:56:50: SVR: Using: java:comp/env/eis/whitebox-mdcomplete [javatest.batch] 12-12-2019 11:56:50: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:56:50: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:56:50: SVR: Performing callback verification... [javatest.batch] 12-12-2019 11:56:50: SVR: Got RA log. [javatest.batch] 12-12-2019 11:56:50: SVR-TRACE: Got connections. [javatest.batch] 12-12-2019 11:56:50: SVR-TRACE: [AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, XAManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, cbTestCPCandPVC: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., cbTestCPCandGPC: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, enterred submitSICWork(), submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workStarted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=5, notifications test: contextSetupComplete(): count=6, notifications test: workCompleted(): count=7, notifications test: workCompleted(): count=7, Work Object Submitted, WorkListenerImpl.workAccepted, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, str) passed, SharingViolationException(str, throwable) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, Xid Committed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, TransactionContext supported by Server., RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, SecurityContext supported by Server., RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, HintsContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, NoTxManagedConnectionFactory setResourceAdapter 1, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), LocalTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, IBAnnoWorkManager Work Object Submitted, IBAnnoMessageListener.workAccepted, IBAnnoMessageListener.workStarted, NestWork.constructor, NestWork.run, IBAnnoMessageListener committed Xid, TransactionContext Work Object Submitted, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., FAILURE: validateCustomPermFromAppServer(), throwing AccessControlException., SUCCESS: validateLocalGrantForCustomPerm passed., SUCCESS: validateRequiredPermSet passed., SUCCESS: CTSPermission3_name doesnt exist and was caught., SUCCESS: validateMissingPermFails passed., SUCCESS: validateRestrictedLocalPerm passed., SUCCESS: validateLocalPermsInvalidName() threw expected AccessControlException, SUCCESS: validateLocalPermsInvalidName passed., PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, NestWork.run, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] [javatest.batch] 12-12-2019 11:56:50: SVR-TRACE: [AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, XAManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, cbTestCPCandPVC: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., cbTestCPCandGPC: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, enterred submitSICWork(), submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workStarted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=5, notifications test: contextSetupComplete(): count=6, notifications test: workCompleted(): count=7, notifications test: workCompleted(): count=7, Work Object Submitted, WorkListenerImpl.workAccepted, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, str) passed, SharingViolationException(str, throwable) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, Xid Committed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, TransactionContext supported by Server., RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, SecurityContext supported by Server., RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, HintsContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, NoTxManagedConnectionFactory setResourceAdapter 1, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), LocalTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, IBAnnoWorkManager Work Object Submitted, IBAnnoMessageListener.workAccepted, IBAnnoMessageListener.workStarted, NestWork.constructor, NestWork.run, IBAnnoMessageListener committed Xid, TransactionContext Work Object Submitted, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., FAILURE: validateCustomPermFromAppServer(), throwing AccessControlException., SUCCESS: validateLocalGrantForCustomPerm passed., SUCCESS: validateRequiredPermSet passed., SUCCESS: CTSPermission3_name doesnt exist and was caught., SUCCESS: validateMissingPermFails passed., SUCCESS: validateRestrictedLocalPerm passed., SUCCESS: validateLocalPermsInvalidName() threw expected AccessControlException, SUCCESS: validateLocalPermsInvalidName passed., PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, NestWork.run, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] [javatest.batch] 12-12-2019 11:56:50: SVR: testNestedWorkContexts() passed [javatest.batch] 12-12-2019 11:56:50: SVR: Cleanup [javatest.batch] 12-12-2019 11:56:50: SVR: Test running in servlet vehicle passed [javatest.batch] 12-12-2019 11:56:51: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/localTx/workcontext/WorkContextClient.java#testNestedWorkContexts_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 67 (67 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 72 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/localTx/workcontext/WorkContextClient.java#testNestedWorkContexts2_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:56:52: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:56:52: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:56:52: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testNestedWorkContexts2 -vehicle connectorservlet -ap /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/tssql.stmt [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:56:52: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:56:52: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:56:52: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:56:52: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:56:52: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:56:52: Opened connection to http://localhost:8001/workcontext_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:56:52: TRACE: got outputstream [javatest.batch] 12-12-2019 11:56:52: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:56:52: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:56:52: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:56:52: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:56:52: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:56:52: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:56:52: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:56:52: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:56:52: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:56:52: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=workcontext_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnulltestName=testNestedWorkContexts2nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullwhitebox-tx=java:comp/env/eis/whitebox-txnullharness.log.delayseconds=1nullvehicle=connectorservletnullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nullwebServerHost=localhostnulltest_classname=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClientnullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:56:52: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:56:52: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:56:52: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient [javatest.batch] 12-12-2019 11:56:52: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient [javatest.batch] 12-12-2019 11:56:52: SVR-TRACE: ** IN getRunMethod: testname=testNestedWorkContexts2 [javatest.batch] 12-12-2019 11:56:52: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:56:52: SVR-TRACE: **runmethod=testNestedWorkContexts2 [javatest.batch] 12-12-2019 11:56:52: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:56:52: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:56:52: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testNestedWorkContexts2_setup [javatest.batch] 12-12-2019 11:56:52: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:56:52: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:56:52: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:56:52: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testNestedWorkContexts2_cleanup [javatest.batch] 12-12-2019 11:56:52: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:56:52: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:56:52: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:56:52: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 12-12-2019 11:56:52: SVR: Using: java:comp/env/eis/whitebox-mdcomplete [javatest.batch] 12-12-2019 11:56:52: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:56:52: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:56:52: SVR: Performing callback verification... [javatest.batch] 12-12-2019 11:56:52: SVR: Got RA log. [javatest.batch] 12-12-2019 11:56:52: SVR-TRACE: Got connection. [javatest.batch] 12-12-2019 11:56:52: SVR-TRACE: [AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, XAManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, cbTestCPCandPVC: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., cbTestCPCandGPC: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, enterred submitSICWork(), submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workStarted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=5, notifications test: contextSetupComplete(): count=6, notifications test: workCompleted(): count=7, notifications test: workCompleted(): count=7, Work Object Submitted, WorkListenerImpl.workAccepted, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, str) passed, SharingViolationException(str, throwable) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, Xid Committed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, TransactionContext supported by Server., RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, SecurityContext supported by Server., RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, HintsContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, NoTxManagedConnectionFactory setResourceAdapter 1, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), LocalTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, IBAnnoWorkManager Work Object Submitted, IBAnnoMessageListener.workAccepted, IBAnnoMessageListener.workStarted, NestWork.constructor, NestWork.run, IBAnnoMessageListener committed Xid, TransactionContext Work Object Submitted, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., FAILURE: validateCustomPermFromAppServer(), throwing AccessControlException., SUCCESS: validateLocalGrantForCustomPerm passed., SUCCESS: validateRequiredPermSet passed., SUCCESS: CTSPermission3_name doesnt exist and was caught., SUCCESS: validateMissingPermFails passed., SUCCESS: validateRestrictedLocalPerm passed., SUCCESS: validateLocalPermsInvalidName() threw expected AccessControlException, SUCCESS: validateLocalPermsInvalidName passed., PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, NestWork.run, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] [javatest.batch] 12-12-2019 11:56:52: SVR: testNestedWorkContexts2() passed [javatest.batch] 12-12-2019 11:56:52: SVR: Cleanup [javatest.batch] 12-12-2019 11:56:52: SVR: Test running in servlet vehicle passed [javatest.batch] 12-12-2019 11:56:53: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/localTx/workcontext/WorkContextClient.java#testNestedWorkContexts2_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 68 (68 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 71 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/localTx/workcontext/WorkContextClient.java#testNestedWorkContexts3_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:56:54: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:56:54: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:56:54: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testNestedWorkContexts3 -vehicle connectorservlet -ap /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/tssql.stmt [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:56:54: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:56:54: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:56:54: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:56:54: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:56:54: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:56:55: Opened connection to http://localhost:8001/workcontext_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:56:55: TRACE: got outputstream [javatest.batch] 12-12-2019 11:56:55: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:56:55: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:56:55: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:56:55: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:56:55: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:56:55: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:56:55: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:56:55: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:56:55: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:56:55: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=workcontext_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnulltestName=testNestedWorkContexts3nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullwhitebox-tx=java:comp/env/eis/whitebox-txnullharness.log.delayseconds=1nullvehicle=connectorservletnullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nullwebServerHost=localhostnulltest_classname=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClientnullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:56:55: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:56:55: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:56:55: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient [javatest.batch] 12-12-2019 11:56:55: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient [javatest.batch] 12-12-2019 11:56:55: SVR-TRACE: ** IN getRunMethod: testname=testNestedWorkContexts3 [javatest.batch] 12-12-2019 11:56:55: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:56:55: SVR-TRACE: **runmethod=testNestedWorkContexts3 [javatest.batch] 12-12-2019 11:56:55: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:56:55: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:56:55: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testNestedWorkContexts3_setup [javatest.batch] 12-12-2019 11:56:55: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:56:55: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:56:55: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:56:55: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testNestedWorkContexts3_cleanup [javatest.batch] 12-12-2019 11:56:55: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:56:55: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:56:55: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:56:55: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 12-12-2019 11:56:55: SVR: Using: java:comp/env/eis/whitebox-mdcomplete [javatest.batch] 12-12-2019 11:56:55: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:56:55: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:56:55: SVR: Performing callback verification... [javatest.batch] 12-12-2019 11:56:55: SVR: Got RA log. [javatest.batch] 12-12-2019 11:56:55: SVR-TRACE: Got connection. [javatest.batch] 12-12-2019 11:56:55: SVR-TRACE: [AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, XAManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, cbTestCPCandPVC: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., cbTestCPCandGPC: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, enterred submitSICWork(), submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workStarted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=5, notifications test: contextSetupComplete(): count=6, notifications test: workCompleted(): count=7, notifications test: workCompleted(): count=7, Work Object Submitted, WorkListenerImpl.workAccepted, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, str) passed, SharingViolationException(str, throwable) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, Xid Committed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, TransactionContext supported by Server., RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, SecurityContext supported by Server., RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, HintsContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, NoTxManagedConnectionFactory setResourceAdapter 1, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), LocalTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, IBAnnoWorkManager Work Object Submitted, IBAnnoMessageListener.workAccepted, IBAnnoMessageListener.workStarted, NestWork.constructor, NestWork.run, IBAnnoMessageListener committed Xid, TransactionContext Work Object Submitted, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., FAILURE: validateCustomPermFromAppServer(), throwing AccessControlException., SUCCESS: validateLocalGrantForCustomPerm passed., SUCCESS: validateRequiredPermSet passed., SUCCESS: CTSPermission3_name doesnt exist and was caught., SUCCESS: validateMissingPermFails passed., SUCCESS: validateRestrictedLocalPerm passed., SUCCESS: validateLocalPermsInvalidName() threw expected AccessControlException, SUCCESS: validateLocalPermsInvalidName passed., PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, NestWork.run, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] [javatest.batch] 12-12-2019 11:56:55: SVR: testNestedWorkContexts3() passed [javatest.batch] 12-12-2019 11:56:55: SVR: Cleanup [javatest.batch] 12-12-2019 11:56:55: SVR: Test running in servlet vehicle passed [javatest.batch] 12-12-2019 11:56:56: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/localTx/workcontext/WorkContextClient.java#testNestedWorkContexts3_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 69 (69 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 70 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/localTx/workcontext/WorkContextClient.java#testSecurityContextCBH_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:56:56: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:56:56: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:56:56: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testSecurityContextCBH -vehicle connectorservlet -ap /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/tssql.stmt [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:56:56: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:56:56: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:56:56: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:56:56: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:56:56: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:56:57: Opened connection to http://localhost:8001/workcontext_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:56:57: TRACE: got outputstream [javatest.batch] 12-12-2019 11:56:57: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:56:57: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:56:57: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:56:57: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:56:57: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:56:57: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:56:57: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:56:57: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:56:57: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:56:57: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=workcontext_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnulltestName=testSecurityContextCBHnullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullwhitebox-tx=java:comp/env/eis/whitebox-txnullharness.log.delayseconds=1nullvehicle=connectorservletnullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nullwebServerHost=localhostnulltest_classname=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClientnullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:56:57: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:56:57: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:56:57: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient [javatest.batch] 12-12-2019 11:56:57: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient [javatest.batch] 12-12-2019 11:56:57: SVR-TRACE: ** IN getRunMethod: testname=testSecurityContextCBH [javatest.batch] 12-12-2019 11:56:57: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:56:57: SVR-TRACE: **runmethod=testSecurityContextCBH [javatest.batch] 12-12-2019 11:56:57: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:56:57: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:56:57: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testSecurityContextCBH_setup [javatest.batch] 12-12-2019 11:56:57: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:56:57: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:56:57: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:56:57: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testSecurityContextCBH_cleanup [javatest.batch] 12-12-2019 11:56:57: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:56:57: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:56:57: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:56:57: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 12-12-2019 11:56:57: SVR: Using: java:comp/env/eis/whitebox-mdcomplete [javatest.batch] 12-12-2019 11:56:57: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:56:57: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:56:57: SVR: Performing callback verification... [javatest.batch] 12-12-2019 11:56:57: SVR: Got RA log. [javatest.batch] 12-12-2019 11:56:57: SVR-TRACE: Got connection. [javatest.batch] 12-12-2019 11:56:57: SVR-TRACE: [AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, XAManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, cbTestCPCandPVC: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., cbTestCPCandGPC: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, enterred submitSICWork(), submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workStarted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=5, notifications test: contextSetupComplete(): count=6, notifications test: workCompleted(): count=7, notifications test: workCompleted(): count=7, Work Object Submitted, WorkListenerImpl.workAccepted, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, str) passed, SharingViolationException(str, throwable) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, Xid Committed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, TransactionContext supported by Server., RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, SecurityContext supported by Server., RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, HintsContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, NoTxManagedConnectionFactory setResourceAdapter 1, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), LocalTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, IBAnnoWorkManager Work Object Submitted, IBAnnoMessageListener.workAccepted, IBAnnoMessageListener.workStarted, NestWork.constructor, NestWork.run, IBAnnoMessageListener committed Xid, TransactionContext Work Object Submitted, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., FAILURE: validateCustomPermFromAppServer(), throwing AccessControlException., SUCCESS: validateLocalGrantForCustomPerm passed., SUCCESS: validateRequiredPermSet passed., SUCCESS: CTSPermission3_name doesnt exist and was caught., SUCCESS: validateMissingPermFails passed., SUCCESS: validateRestrictedLocalPerm passed., SUCCESS: validateLocalPermsInvalidName() threw expected AccessControlException, SUCCESS: validateLocalPermsInvalidName passed., PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, NestWork.run, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] [javatest.batch] 12-12-2019 11:56:57: SVR: testSecurityContextCBH() passed [javatest.batch] 12-12-2019 11:56:57: SVR: Cleanup [javatest.batch] 12-12-2019 11:56:57: SVR: Test running in servlet vehicle passed [javatest.batch] 12-12-2019 11:56:58: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/localTx/workcontext/WorkContextClient.java#testSecurityContextCBH_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 70 (70 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 69 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/localTx/workcontext/WorkContextClient.java#testSecurityContextExecSubject_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:56:58: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:56:58: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:56:58: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testSecurityContextExecSubject -vehicle connectorservlet -ap /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/tssql.stmt [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:56:58: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:56:58: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:56:58: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:56:58: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:56:58: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:56:59: Opened connection to http://localhost:8001/workcontext_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:56:59: TRACE: got outputstream [javatest.batch] 12-12-2019 11:56:59: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:56:59: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:56:59: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:56:59: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:56:59: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:56:59: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:56:59: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:56:59: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:56:59: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:56:59: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=workcontext_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnulltestName=testSecurityContextExecSubjectnullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullwhitebox-tx=java:comp/env/eis/whitebox-txnullharness.log.delayseconds=1nullvehicle=connectorservletnullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nullwebServerHost=localhostnulltest_classname=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClientnullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:56:59: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:56:59: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:56:59: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient [javatest.batch] 12-12-2019 11:56:59: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient [javatest.batch] 12-12-2019 11:56:59: SVR-TRACE: ** IN getRunMethod: testname=testSecurityContextExecSubject [javatest.batch] 12-12-2019 11:56:59: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:56:59: SVR-TRACE: **runmethod=testSecurityContextExecSubject [javatest.batch] 12-12-2019 11:56:59: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:56:59: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:56:59: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testSecurityContextExecSubject_setup [javatest.batch] 12-12-2019 11:56:59: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:56:59: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:56:59: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:56:59: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testSecurityContextExecSubject_cleanup [javatest.batch] 12-12-2019 11:56:59: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:56:59: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:56:59: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:56:59: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 12-12-2019 11:56:59: SVR: Using: java:comp/env/eis/whitebox-mdcomplete [javatest.batch] 12-12-2019 11:56:59: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:56:59: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:56:59: SVR: Performing callback verification... [javatest.batch] 12-12-2019 11:56:59: SVR: Got RA log. [javatest.batch] 12-12-2019 11:56:59: SVR-TRACE: Got connection. [javatest.batch] 12-12-2019 11:56:59: SVR-TRACE: [AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, XAManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, cbTestCPCandPVC: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., cbTestCPCandGPC: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, enterred submitSICWork(), submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workStarted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=5, notifications test: contextSetupComplete(): count=6, notifications test: workCompleted(): count=7, notifications test: workCompleted(): count=7, Work Object Submitted, WorkListenerImpl.workAccepted, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, str) passed, SharingViolationException(str, throwable) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, Xid Committed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, TransactionContext supported by Server., RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, SecurityContext supported by Server., RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, HintsContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, NoTxManagedConnectionFactory setResourceAdapter 1, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), LocalTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, IBAnnoWorkManager Work Object Submitted, IBAnnoMessageListener.workAccepted, IBAnnoMessageListener.workStarted, NestWork.constructor, NestWork.run, IBAnnoMessageListener committed Xid, TransactionContext Work Object Submitted, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., FAILURE: validateCustomPermFromAppServer(), throwing AccessControlException., SUCCESS: validateLocalGrantForCustomPerm passed., SUCCESS: validateRequiredPermSet passed., SUCCESS: CTSPermission3_name doesnt exist and was caught., SUCCESS: validateMissingPermFails passed., SUCCESS: validateRestrictedLocalPerm passed., SUCCESS: validateLocalPermsInvalidName() threw expected AccessControlException, SUCCESS: validateLocalPermsInvalidName passed., PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, NestWork.run, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] [javatest.batch] 12-12-2019 11:56:59: SVR: testSecurityContextExecSubject() passed [javatest.batch] 12-12-2019 11:56:59: SVR: Cleanup [javatest.batch] 12-12-2019 11:56:59: SVR: Test running in servlet vehicle passed [javatest.batch] 12-12-2019 11:57:00: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/localTx/workcontext/WorkContextClient.java#testSecurityContextExecSubject_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 71 (71 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 68 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/localTx/workcontext/WorkContextClient.java#testSecurityContextServiceSubject_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:57:00: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:57:00: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:57:00: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testSecurityContextServiceSubject -vehicle connectorservlet -ap /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/tssql.stmt [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:57:00: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:57:00: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:57:00: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:57:00: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:57:00: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:57:01: Opened connection to http://localhost:8001/workcontext_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:57:01: TRACE: got outputstream [javatest.batch] 12-12-2019 11:57:01: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:57:01: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:57:01: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:57:01: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:57:01: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:57:01: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:57:01: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:57:01: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:57:01: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:57:01: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=workcontext_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnulltestName=testSecurityContextServiceSubjectnullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullwhitebox-tx=java:comp/env/eis/whitebox-txnullharness.log.delayseconds=1nullvehicle=connectorservletnullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nullwebServerHost=localhostnulltest_classname=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClientnullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:57:01: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:57:01: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:57:01: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient [javatest.batch] 12-12-2019 11:57:01: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient [javatest.batch] 12-12-2019 11:57:01: SVR-TRACE: ** IN getRunMethod: testname=testSecurityContextServiceSubject [javatest.batch] 12-12-2019 11:57:01: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:57:01: SVR-TRACE: **runmethod=testSecurityContextServiceSubject [javatest.batch] 12-12-2019 11:57:01: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:57:01: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:57:01: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testSecurityContextServiceSubject_setup [javatest.batch] 12-12-2019 11:57:01: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:57:01: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:57:01: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:57:01: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testSecurityContextServiceSubject_cleanup [javatest.batch] 12-12-2019 11:57:01: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:57:01: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:57:01: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:57:01: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 12-12-2019 11:57:01: SVR: Using: java:comp/env/eis/whitebox-mdcomplete [javatest.batch] 12-12-2019 11:57:01: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:57:01: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:57:01: SVR: Performing callback verification... [javatest.batch] 12-12-2019 11:57:01: SVR: Got RA log. [javatest.batch] 12-12-2019 11:57:01: SVR-TRACE: Got connection. [javatest.batch] 12-12-2019 11:57:01: SVR-TRACE: [AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, XAManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, cbTestCPCandPVC: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., cbTestCPCandGPC: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, enterred submitSICWork(), submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workStarted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=5, notifications test: contextSetupComplete(): count=6, notifications test: workCompleted(): count=7, notifications test: workCompleted(): count=7, Work Object Submitted, WorkListenerImpl.workAccepted, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, str) passed, SharingViolationException(str, throwable) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, Xid Committed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, TransactionContext supported by Server., RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, SecurityContext supported by Server., RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, HintsContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, NoTxManagedConnectionFactory setResourceAdapter 1, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), LocalTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, IBAnnoWorkManager Work Object Submitted, IBAnnoMessageListener.workAccepted, IBAnnoMessageListener.workStarted, NestWork.constructor, NestWork.run, IBAnnoMessageListener committed Xid, TransactionContext Work Object Submitted, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., FAILURE: validateCustomPermFromAppServer(), throwing AccessControlException., SUCCESS: validateLocalGrantForCustomPerm passed., SUCCESS: validateRequiredPermSet passed., SUCCESS: CTSPermission3_name doesnt exist and was caught., SUCCESS: validateMissingPermFails passed., SUCCESS: validateRestrictedLocalPerm passed., SUCCESS: validateLocalPermsInvalidName() threw expected AccessControlException, SUCCESS: validateLocalPermsInvalidName passed., PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, NestWork.run, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] [javatest.batch] 12-12-2019 11:57:01: SVR: testSecurityContextServiceSubject() passed [javatest.batch] 12-12-2019 11:57:01: SVR: Cleanup [javatest.batch] 12-12-2019 11:57:01: SVR: Test running in servlet vehicle passed [javatest.batch] STATUS:Passed. [javatest.batch] 12-12-2019 11:57:02: TRACE: SLEPT FOR: 1000 [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/localTx/workcontext/WorkContextClient.java#testSecurityContextServiceSubject_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 72 (72 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 67 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/localTx/workcontext/WorkContextClient.java#testWorkContextErrorCode_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:57:02: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:57:02: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:57:02: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testWorkContextErrorCode -vehicle connectorservlet -ap /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/tssql.stmt [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:57:03: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:57:03: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:57:03: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:57:03: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:57:03: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:57:03: Opened connection to http://localhost:8001/workcontext_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:57:03: TRACE: got outputstream [javatest.batch] 12-12-2019 11:57:03: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:57:03: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:57:03: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:57:03: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:57:03: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:57:03: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:57:03: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:57:03: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:57:03: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:57:03: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=workcontext_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnulltestName=testWorkContextErrorCodenullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullwhitebox-tx=java:comp/env/eis/whitebox-txnullharness.log.delayseconds=1nullvehicle=connectorservletnullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nullwebServerHost=localhostnulltest_classname=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClientnullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:57:03: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:57:03: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:57:03: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient [javatest.batch] 12-12-2019 11:57:03: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient [javatest.batch] 12-12-2019 11:57:03: SVR-TRACE: ** IN getRunMethod: testname=testWorkContextErrorCode [javatest.batch] 12-12-2019 11:57:03: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:57:03: SVR-TRACE: **runmethod=testWorkContextErrorCode [javatest.batch] 12-12-2019 11:57:03: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:57:03: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:57:03: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testWorkContextErrorCode_setup [javatest.batch] 12-12-2019 11:57:03: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:57:03: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:57:03: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:57:03: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testWorkContextErrorCode_cleanup [javatest.batch] 12-12-2019 11:57:03: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:57:03: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:57:03: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:57:03: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 12-12-2019 11:57:03: SVR: Using: java:comp/env/eis/whitebox-mdcomplete [javatest.batch] 12-12-2019 11:57:03: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:57:03: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:57:03: SVR: Performing callback verification... [javatest.batch] 12-12-2019 11:57:03: SVR: Got RA log. [javatest.batch] 12-12-2019 11:57:03: SVR-TRACE: Got connection. [javatest.batch] 12-12-2019 11:57:03: SVR-TRACE: [AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, XAManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, cbTestCPCandPVC: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., cbTestCPCandGPC: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, enterred submitSICWork(), submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workStarted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=5, notifications test: contextSetupComplete(): count=6, notifications test: workCompleted(): count=7, notifications test: workCompleted(): count=7, Work Object Submitted, WorkListenerImpl.workAccepted, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, str) passed, SharingViolationException(str, throwable) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, Xid Committed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, TransactionContext supported by Server., RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, SecurityContext supported by Server., RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, HintsContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, NoTxManagedConnectionFactory setResourceAdapter 1, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), LocalTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, IBAnnoWorkManager Work Object Submitted, IBAnnoMessageListener.workAccepted, IBAnnoMessageListener.workStarted, NestWork.constructor, NestWork.run, IBAnnoMessageListener committed Xid, TransactionContext Work Object Submitted, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., FAILURE: validateCustomPermFromAppServer(), throwing AccessControlException., SUCCESS: validateLocalGrantForCustomPerm passed., SUCCESS: validateRequiredPermSet passed., SUCCESS: CTSPermission3_name doesnt exist and was caught., SUCCESS: validateMissingPermFails passed., SUCCESS: validateRestrictedLocalPerm passed., SUCCESS: validateLocalPermsInvalidName() threw expected AccessControlException, SUCCESS: validateLocalPermsInvalidName passed., PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, NestWork.run, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] [javatest.batch] 12-12-2019 11:57:03: SVR: testWorkContextErrorCode() passed [javatest.batch] 12-12-2019 11:57:03: SVR: Cleanup [javatest.batch] 12-12-2019 11:57:03: SVR: Test running in servlet vehicle passed [javatest.batch] 12-12-2019 11:57:04: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/localTx/workcontext/WorkContextClient.java#testWorkContextErrorCode_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 73 (73 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 66 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/localTx/workcontext/WorkContextClient.java#testWorkContextErrorCode2_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:57:04: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:57:04: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:57:04: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testWorkContextErrorCode2 -vehicle connectorservlet -ap /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/tssql.stmt [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:57:05: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:57:05: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:57:05: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:57:05: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:57:05: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:57:05: Opened connection to http://localhost:8001/workcontext_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:57:05: TRACE: got outputstream [javatest.batch] 12-12-2019 11:57:05: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:57:05: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:57:05: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:57:05: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:57:05: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:57:05: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:57:05: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:57:05: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:57:05: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:57:05: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=workcontext_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnulltestName=testWorkContextErrorCode2nullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullwhitebox-tx=java:comp/env/eis/whitebox-txnullharness.log.delayseconds=1nullvehicle=connectorservletnullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nullwebServerHost=localhostnulltest_classname=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClientnullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:57:05: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:57:05: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:57:05: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient [javatest.batch] 12-12-2019 11:57:05: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient [javatest.batch] 12-12-2019 11:57:05: SVR-TRACE: ** IN getRunMethod: testname=testWorkContextErrorCode2 [javatest.batch] 12-12-2019 11:57:05: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:57:05: SVR-TRACE: **runmethod=testWorkContextErrorCode2 [javatest.batch] 12-12-2019 11:57:05: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:57:05: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:57:05: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testWorkContextErrorCode2_setup [javatest.batch] 12-12-2019 11:57:05: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:57:05: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:57:05: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:57:05: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testWorkContextErrorCode2_cleanup [javatest.batch] 12-12-2019 11:57:05: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:57:05: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:57:05: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:57:05: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 12-12-2019 11:57:05: SVR: Using: java:comp/env/eis/whitebox-mdcomplete [javatest.batch] 12-12-2019 11:57:05: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:57:05: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:57:05: SVR: Performing callback verification... [javatest.batch] 12-12-2019 11:57:05: SVR: Got RA log. [javatest.batch] 12-12-2019 11:57:05: SVR-TRACE: Got connection. [javatest.batch] 12-12-2019 11:57:05: SVR-TRACE: [AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, XAManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, cbTestCPCandPVC: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., cbTestCPCandGPC: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, enterred submitSICWork(), submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workStarted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=5, notifications test: contextSetupComplete(): count=6, notifications test: workCompleted(): count=7, notifications test: workCompleted(): count=7, Work Object Submitted, WorkListenerImpl.workAccepted, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, str) passed, SharingViolationException(str, throwable) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, Xid Committed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, TransactionContext supported by Server., RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, SecurityContext supported by Server., RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, HintsContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, NoTxManagedConnectionFactory setResourceAdapter 1, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), LocalTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, IBAnnoWorkManager Work Object Submitted, IBAnnoMessageListener.workAccepted, IBAnnoMessageListener.workStarted, NestWork.constructor, NestWork.run, IBAnnoMessageListener committed Xid, TransactionContext Work Object Submitted, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., FAILURE: validateCustomPermFromAppServer(), throwing AccessControlException., SUCCESS: validateLocalGrantForCustomPerm passed., SUCCESS: validateRequiredPermSet passed., SUCCESS: CTSPermission3_name doesnt exist and was caught., SUCCESS: validateMissingPermFails passed., SUCCESS: validateRestrictedLocalPerm passed., SUCCESS: validateLocalPermsInvalidName() threw expected AccessControlException, SUCCESS: validateLocalPermsInvalidName passed., PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, NestWork.run, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] [javatest.batch] 12-12-2019 11:57:05: SVR: testWorkContextErrorCode2() passed [javatest.batch] 12-12-2019 11:57:05: SVR: Cleanup [javatest.batch] 12-12-2019 11:57:05: SVR: Test running in servlet vehicle passed [javatest.batch] 12-12-2019 11:57:06: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/localTx/workcontext/WorkContextClient.java#testWorkContextErrorCode2_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 74 (74 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 65 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/localTx/workcontext/WorkContextClient.java#testWorkContextNotifications_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:57:07: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:57:07: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:57:07: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testWorkContextNotifications -vehicle connectorservlet -ap /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/tssql.stmt [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:57:07: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:57:07: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:57:07: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:57:07: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:57:07: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:57:07: Opened connection to http://localhost:8001/workcontext_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:57:07: TRACE: got outputstream [javatest.batch] 12-12-2019 11:57:07: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:57:07: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:57:07: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:57:07: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:57:07: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:57:07: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:57:07: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:57:07: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:57:07: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:57:07: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=workcontext_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnulltestName=testWorkContextNotificationsnullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullwhitebox-tx=java:comp/env/eis/whitebox-txnullharness.log.delayseconds=1nullvehicle=connectorservletnullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nullwebServerHost=localhostnulltest_classname=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClientnullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:57:07: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:57:07: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:57:07: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient [javatest.batch] 12-12-2019 11:57:07: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient [javatest.batch] 12-12-2019 11:57:07: SVR-TRACE: ** IN getRunMethod: testname=testWorkContextNotifications [javatest.batch] 12-12-2019 11:57:07: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:57:07: SVR-TRACE: **runmethod=testWorkContextNotifications [javatest.batch] 12-12-2019 11:57:07: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:57:07: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:57:07: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testWorkContextNotifications_setup [javatest.batch] 12-12-2019 11:57:07: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:57:07: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:57:07: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:57:07: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testWorkContextNotifications_cleanup [javatest.batch] 12-12-2019 11:57:07: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:57:07: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:57:07: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:57:07: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 12-12-2019 11:57:07: SVR: Using: java:comp/env/eis/whitebox-mdcomplete [javatest.batch] 12-12-2019 11:57:07: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:57:07: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:57:07: SVR: Got RA log. [javatest.batch] 12-12-2019 11:57:07: SVR-TRACE: Got connection. [javatest.batch] 12-12-2019 11:57:07: SVR-TRACE: [AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, XAManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, cbTestCPCandPVC: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., cbTestCPCandGPC: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, enterred submitSICWork(), submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workStarted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=5, notifications test: contextSetupComplete(): count=6, notifications test: workCompleted(): count=7, notifications test: workCompleted(): count=7, Work Object Submitted, WorkListenerImpl.workAccepted, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, str) passed, SharingViolationException(str, throwable) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, Xid Committed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, TransactionContext supported by Server., RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, SecurityContext supported by Server., RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, HintsContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, NoTxManagedConnectionFactory setResourceAdapter 1, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), LocalTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, IBAnnoWorkManager Work Object Submitted, IBAnnoMessageListener.workAccepted, IBAnnoMessageListener.workStarted, NestWork.constructor, NestWork.run, IBAnnoMessageListener committed Xid, TransactionContext Work Object Submitted, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., FAILURE: validateCustomPermFromAppServer(), throwing AccessControlException., SUCCESS: validateLocalGrantForCustomPerm passed., SUCCESS: validateRequiredPermSet passed., SUCCESS: CTSPermission3_name doesnt exist and was caught., SUCCESS: validateMissingPermFails passed., SUCCESS: validateRestrictedLocalPerm passed., SUCCESS: validateLocalPermsInvalidName() threw expected AccessControlException, SUCCESS: validateLocalPermsInvalidName passed., PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, NestWork.run, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] [javatest.batch] 12-12-2019 11:57:07: SVR: testWorkContextNotifications() failed with following values: iWorkAcceptedCount = 1 iWorkStartedCount = 2 iWorkCompletedCount = 4 iContextSetupCompleteCount = 3 [javatest.batch] 12-12-2019 11:57:07: SVR: contextSetupCompleted correctly called befor workCompleted [javatest.batch] 12-12-2019 11:57:07: SVR: testWorkContextNotifications() passed [javatest.batch] 12-12-2019 11:57:07: SVR: Cleanup [javatest.batch] 12-12-2019 11:57:07: SVR: Test running in servlet vehicle passed [javatest.batch] 12-12-2019 11:57:08: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/localTx/workcontext/WorkContextClient.java#testWorkContextNotifications_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 75 (75 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 64 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/localTx/workcontext/WorkContextClient.java#testWorkContextProvider_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:57:09: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:57:09: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:57:09: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testWorkContextProvider -vehicle connectorservlet -ap /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/tssql.stmt [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:57:09: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:57:09: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:57:09: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:57:09: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:57:09: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:57:09: Opened connection to http://localhost:8001/workcontext_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:57:09: TRACE: got outputstream [javatest.batch] 12-12-2019 11:57:09: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:57:09: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:57:09: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:57:09: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:57:09: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:57:09: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:57:09: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:57:09: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:57:09: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:57:09: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=workcontext_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnulltestName=testWorkContextProvidernullwhitebox-mdcomplete=java:comp/env/eis/whitebox-mdcompletenullwhitebox-tx=java:comp/env/eis/whitebox-txnullharness.log.delayseconds=1nullvehicle=connectorservletnullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nullwebServerHost=localhostnulltest_classname=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClientnullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:57:09: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:57:09: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:57:09: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient [javatest.batch] 12-12-2019 11:57:09: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.workcontext.WorkContextClient [javatest.batch] 12-12-2019 11:57:09: SVR-TRACE: ** IN getRunMethod: testname=testWorkContextProvider [javatest.batch] 12-12-2019 11:57:09: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:57:09: SVR-TRACE: **runmethod=testWorkContextProvider [javatest.batch] 12-12-2019 11:57:09: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:57:09: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:57:09: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testWorkContextProvider_setup [javatest.batch] 12-12-2019 11:57:09: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:57:09: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:57:09: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:57:09: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testWorkContextProvider_cleanup [javatest.batch] 12-12-2019 11:57:09: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:57:09: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:57:09: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:57:09: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 12-12-2019 11:57:09: SVR: Using: java:comp/env/eis/whitebox-mdcomplete [javatest.batch] 12-12-2019 11:57:09: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:57:09: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:57:09: SVR: testing testWorkContextProvider() [javatest.batch] 12-12-2019 11:57:09: SVR: Got RA log. [javatest.batch] 12-12-2019 11:57:09: SVR-TRACE: Got connection. [javatest.batch] 12-12-2019 11:57:09: SVR-TRACE: [AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, XAManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, cbTestCPCandPVC: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., cbTestCPCandGPC: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, enterred submitSICWork(), submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workStarted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=5, notifications test: contextSetupComplete(): count=6, notifications test: workCompleted(): count=7, notifications test: workCompleted(): count=7, Work Object Submitted, WorkListenerImpl.workAccepted, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, str) passed, SharingViolationException(str, throwable) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, Xid Committed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, TransactionContext supported by Server., RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, SecurityContext supported by Server., RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, HintsContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, NoTxManagedConnectionFactory setResourceAdapter 1, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), LocalTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, IBAnnoWorkManager Work Object Submitted, IBAnnoMessageListener.workAccepted, IBAnnoMessageListener.workStarted, NestWork.constructor, NestWork.run, IBAnnoMessageListener committed Xid, TransactionContext Work Object Submitted, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., FAILURE: validateCustomPermFromAppServer(), throwing AccessControlException., SUCCESS: validateLocalGrantForCustomPerm passed., SUCCESS: validateRequiredPermSet passed., SUCCESS: CTSPermission3_name doesnt exist and was caught., SUCCESS: validateMissingPermFails passed., SUCCESS: validateRestrictedLocalPerm passed., SUCCESS: validateLocalPermsInvalidName() threw expected AccessControlException, SUCCESS: validateLocalPermsInvalidName passed., PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, NestWork.run, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] [javatest.batch] 12-12-2019 11:57:09: SVR: testWorkContextProvider() passed [javatest.batch] 12-12-2019 11:57:09: SVR: Cleanup [javatest.batch] 12-12-2019 11:57:09: SVR: Test running in servlet vehicle passed [javatest.batch] 12-12-2019 11:57:10: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/localTx/workcontext/WorkContextClient.java#testWorkContextProvider_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 76 (76 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 63 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/localTx/workmgt/workmgtClient1.java#testForUnsharedTimer_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:57:11: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:57:11: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:57:11: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testForUnsharedTimer -vehicle connectorservlet -ap /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/tssql.stmt [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:57:11: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:57:11: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:57:11: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:57:11: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:57:11: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:57:11: Opened connection to http://localhost:8001/localTx_workmgt_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:57:11: TRACE: got outputstream [javatest.batch] 12-12-2019 11:57:11: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:57:12: SVR-TRACE: init com.sun.ts.tests.common.vehicle.connectorservlet.ConnectorServletVehicle ... [javatest.batch] 12-12-2019 11:57:12: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:57:12: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:57:12: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:57:12: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:57:12: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:57:12: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:57:12: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=localTx_workmgt_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnulltestName=testForUnsharedTimernullwhitebox-tx=java:comp/env/eis/whitebox-txnullvehicle=connectorservletnullharness.log.delayseconds=1nullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nulltest_classname=com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1nullwebServerHost=localhostnullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:57:12: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:57:12: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:57:12: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1 [javatest.batch] 12-12-2019 11:57:12: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1 [javatest.batch] 12-12-2019 11:57:12: SVR-TRACE: ** IN getRunMethod: testname=testForUnsharedTimer [javatest.batch] 12-12-2019 11:57:12: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:57:12: SVR-TRACE: **runmethod=testForUnsharedTimer [javatest.batch] 12-12-2019 11:57:12: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:57:12: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:57:12: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testForUnsharedTimer_setup [javatest.batch] 12-12-2019 11:57:12: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:57:12: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:57:12: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:57:12: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testForUnsharedTimer_cleanup [javatest.batch] 12-12-2019 11:57:12: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:57:12: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:57:12: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:57:12: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 12-12-2019 11:57:12: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:57:12: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:57:12: SVR: Performing callback verification... [javatest.batch] 12-12-2019 11:57:12: SVR: Got RA log. [javatest.batch] 12-12-2019 11:57:12: SVR-TRACE: Got connection. [javatest.batch] 12-12-2019 11:57:12: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:57:12: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:57:12: SVR-TRACE: [AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, XAManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, cbTestCPCandPVC: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., cbTestCPCandGPC: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, enterred submitSICWork(), submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workStarted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=5, notifications test: contextSetupComplete(): count=6, notifications test: workCompleted(): count=7, notifications test: workCompleted(): count=7, Work Object Submitted, WorkListenerImpl.workAccepted, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, str) passed, SharingViolationException(str, throwable) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, Xid Committed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, TransactionContext supported by Server., RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, SecurityContext supported by Server., RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, HintsContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, NoTxManagedConnectionFactory setResourceAdapter 1, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), LocalTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, IBAnnoWorkManager Work Object Submitted, IBAnnoMessageListener.workAccepted, IBAnnoMessageListener.workStarted, NestWork.constructor, NestWork.run, IBAnnoMessageListener committed Xid, TransactionContext Work Object Submitted, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., FAILURE: validateCustomPermFromAppServer(), throwing AccessControlException., SUCCESS: validateLocalGrantForCustomPerm passed., SUCCESS: validateRequiredPermSet passed., SUCCESS: CTSPermission3_name doesnt exist and was caught., SUCCESS: validateMissingPermFails passed., SUCCESS: validateRestrictedLocalPerm passed., SUCCESS: validateLocalPermsInvalidName() threw expected AccessControlException, SUCCESS: validateLocalPermsInvalidName passed., PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, NestWork.run, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] [javatest.batch] 12-12-2019 11:57:12: SVR: New Timer Provided by BootstrapContext [javatest.batch] 12-12-2019 11:57:12: SVR: New Timer Provided by BootstrapContext [javatest.batch] 12-12-2019 11:57:12: SVR: New Timer Provided by BootstrapContext [javatest.batch] 12-12-2019 11:57:12: SVR: New Timer Provided by BootstrapContext [javatest.batch] 12-12-2019 11:57:12: SVR: New Timer Provided by BootstrapContext [javatest.batch] 12-12-2019 11:57:12: SVR: New Timer Provided by BootstrapContext [javatest.batch] 12-12-2019 11:57:12: SVR: Methods called correctly [javatest.batch] 12-12-2019 11:57:12: SVR: Performing end to end verification... [javatest.batch] 12-12-2019 11:57:12: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 12-12-2019 11:57:12: SVR: Values inserted into table! [javatest.batch] 12-12-2019 11:57:12: SVR: Table has been dropped! [javatest.batch] 12-12-2019 11:57:12: SVR: Cleanup [javatest.batch] 12-12-2019 11:57:12: SVR: Test running in servlet vehicle passed [javatest.batch] 12-12-2019 11:57:13: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/localTx/workmgt/workmgtClient1.java#testForUnsharedTimer_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 77 (77 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 62 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/localTx/workmgt/workmgtClient1.java#testNestedWork_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:57:13: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:57:13: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:57:13: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testNestedWork -vehicle connectorservlet -ap /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/tssql.stmt [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:57:13: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:57:13: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:57:13: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:57:13: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:57:13: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:57:14: Opened connection to http://localhost:8001/localTx_workmgt_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:57:14: TRACE: got outputstream [javatest.batch] 12-12-2019 11:57:14: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:57:14: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:57:14: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:57:14: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:57:14: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:57:14: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:57:14: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:57:14: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:57:14: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:57:14: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=localTx_workmgt_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnulltestName=testNestedWorknullwhitebox-tx=java:comp/env/eis/whitebox-txnullvehicle=connectorservletnullharness.log.delayseconds=1nullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nulltest_classname=com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1nullwebServerHost=localhostnullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:57:14: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:57:14: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:57:14: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1 [javatest.batch] 12-12-2019 11:57:14: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1 [javatest.batch] 12-12-2019 11:57:14: SVR-TRACE: ** IN getRunMethod: testname=testNestedWork [javatest.batch] 12-12-2019 11:57:14: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:57:14: SVR-TRACE: **runmethod=testNestedWork [javatest.batch] 12-12-2019 11:57:14: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:57:14: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:57:14: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testNestedWork_setup [javatest.batch] 12-12-2019 11:57:14: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:57:14: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:57:14: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:57:14: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testNestedWork_cleanup [javatest.batch] 12-12-2019 11:57:14: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:57:14: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:57:14: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:57:14: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 12-12-2019 11:57:14: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:57:14: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:57:14: SVR: Performing callback verification... [javatest.batch] 12-12-2019 11:57:14: SVR: Got RA log. [javatest.batch] 12-12-2019 11:57:14: SVR-TRACE: Got connection. [javatest.batch] 12-12-2019 11:57:14: SVR-TRACE: [AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, XAManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, cbTestCPCandPVC: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., cbTestCPCandGPC: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, enterred submitSICWork(), submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workStarted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=5, notifications test: contextSetupComplete(): count=6, notifications test: workCompleted(): count=7, notifications test: workCompleted(): count=7, Work Object Submitted, WorkListenerImpl.workAccepted, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, str) passed, SharingViolationException(str, throwable) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, Xid Committed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, TransactionContext supported by Server., RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, SecurityContext supported by Server., RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, HintsContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, NoTxManagedConnectionFactory setResourceAdapter 1, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), LocalTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, IBAnnoWorkManager Work Object Submitted, IBAnnoMessageListener.workAccepted, IBAnnoMessageListener.workStarted, NestWork.constructor, NestWork.run, IBAnnoMessageListener committed Xid, TransactionContext Work Object Submitted, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., FAILURE: validateCustomPermFromAppServer(), throwing AccessControlException., SUCCESS: validateLocalGrantForCustomPerm passed., SUCCESS: validateRequiredPermSet passed., SUCCESS: CTSPermission3_name doesnt exist and was caught., SUCCESS: validateMissingPermFails passed., SUCCESS: validateRestrictedLocalPerm passed., SUCCESS: validateLocalPermsInvalidName() threw expected AccessControlException, SUCCESS: validateLocalPermsInvalidName passed., PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, NestWork.run, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] [javatest.batch] 12-12-2019 11:57:14: SVR: Methods called correctly [javatest.batch] 12-12-2019 11:57:14: SVR: Performing end to end verification... [javatest.batch] 12-12-2019 11:57:14: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 12-12-2019 11:57:14: SVR: Values inserted into table! [javatest.batch] 12-12-2019 11:57:14: SVR: Table has been dropped! [javatest.batch] 12-12-2019 11:57:14: SVR: Cleanup [javatest.batch] 12-12-2019 11:57:14: SVR: Test running in servlet vehicle passed [javatest.batch] 12-12-2019 11:57:15: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/localTx/workmgt/workmgtClient1.java#testNestedWork_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 78 (78 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 61 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/localTx/workmgt/workmgtClient1.java#testScheduleWork_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:57:15: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:57:15: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:57:15: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testScheduleWork -vehicle connectorservlet -ap /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/tssql.stmt [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:57:15: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:57:15: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:57:15: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:57:15: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:57:15: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:57:16: Opened connection to http://localhost:8001/localTx_workmgt_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:57:16: TRACE: got outputstream [javatest.batch] 12-12-2019 11:57:16: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:57:16: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:57:16: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:57:16: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:57:16: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:57:16: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:57:16: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:57:16: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:57:16: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:57:16: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=localTx_workmgt_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnulltestName=testScheduleWorknullwhitebox-tx=java:comp/env/eis/whitebox-txnullvehicle=connectorservletnullharness.log.delayseconds=1nullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nulltest_classname=com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1nullwebServerHost=localhostnullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:57:16: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:57:16: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:57:16: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1 [javatest.batch] 12-12-2019 11:57:16: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1 [javatest.batch] 12-12-2019 11:57:16: SVR-TRACE: ** IN getRunMethod: testname=testScheduleWork [javatest.batch] 12-12-2019 11:57:16: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:57:16: SVR-TRACE: **runmethod=testScheduleWork [javatest.batch] 12-12-2019 11:57:16: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:57:16: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:57:16: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testScheduleWork_setup [javatest.batch] 12-12-2019 11:57:16: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:57:16: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:57:16: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:57:16: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testScheduleWork_cleanup [javatest.batch] 12-12-2019 11:57:16: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:57:16: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:57:16: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:57:16: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 12-12-2019 11:57:16: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:57:16: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:57:16: SVR: Performing callback verification... [javatest.batch] 12-12-2019 11:57:16: SVR: Got RA log. [javatest.batch] 12-12-2019 11:57:16: SVR-TRACE: Got connection. [javatest.batch] 12-12-2019 11:57:16: SVR-TRACE: [AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, XAManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, cbTestCPCandPVC: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., cbTestCPCandGPC: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, enterred submitSICWork(), submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workStarted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=5, notifications test: contextSetupComplete(): count=6, notifications test: workCompleted(): count=7, notifications test: workCompleted(): count=7, Work Object Submitted, WorkListenerImpl.workAccepted, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, str) passed, SharingViolationException(str, throwable) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, Xid Committed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, TransactionContext supported by Server., RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, SecurityContext supported by Server., RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, HintsContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, NoTxManagedConnectionFactory setResourceAdapter 1, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), LocalTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, IBAnnoWorkManager Work Object Submitted, IBAnnoMessageListener.workAccepted, IBAnnoMessageListener.workStarted, NestWork.constructor, NestWork.run, IBAnnoMessageListener committed Xid, TransactionContext Work Object Submitted, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., FAILURE: validateCustomPermFromAppServer(), throwing AccessControlException., SUCCESS: validateLocalGrantForCustomPerm passed., SUCCESS: validateRequiredPermSet passed., SUCCESS: CTSPermission3_name doesnt exist and was caught., SUCCESS: validateMissingPermFails passed., SUCCESS: validateRestrictedLocalPerm passed., SUCCESS: validateLocalPermsInvalidName() threw expected AccessControlException, SUCCESS: validateLocalPermsInvalidName passed., PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, NestWork.run, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] [javatest.batch] 12-12-2019 11:57:16: SVR: Methods called correctly [javatest.batch] 12-12-2019 11:57:16: SVR: Performing end to end verification... [javatest.batch] 12-12-2019 11:57:16: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 12-12-2019 11:57:16: SVR: Values inserted into table! [javatest.batch] 12-12-2019 11:57:16: SVR: Table has been dropped! [javatest.batch] 12-12-2019 11:57:16: SVR: Cleanup [javatest.batch] 12-12-2019 11:57:16: SVR: Test running in servlet vehicle passed [javatest.batch] 12-12-2019 11:57:17: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/localTx/workmgt/workmgtClient1.java#testScheduleWork_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 79 (79 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 60 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/localTx/workmgt/workmgtClient1.java#testScheduleWorkListener_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:57:17: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:57:17: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:57:17: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testScheduleWorkListener -vehicle connectorservlet -ap /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/tssql.stmt [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:57:17: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:57:17: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:57:18: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:57:18: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:57:18: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:57:18: Opened connection to http://localhost:8001/localTx_workmgt_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:57:18: TRACE: got outputstream [javatest.batch] 12-12-2019 11:57:18: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:57:18: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:57:18: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:57:18: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:57:18: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:57:18: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:57:18: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:57:18: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:57:18: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:57:18: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=localTx_workmgt_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnulltestName=testScheduleWorkListenernullwhitebox-tx=java:comp/env/eis/whitebox-txnullvehicle=connectorservletnullharness.log.delayseconds=1nullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nulltest_classname=com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1nullwebServerHost=localhostnullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:57:18: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:57:18: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:57:18: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1 [javatest.batch] 12-12-2019 11:57:18: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1 [javatest.batch] 12-12-2019 11:57:18: SVR-TRACE: ** IN getRunMethod: testname=testScheduleWorkListener [javatest.batch] 12-12-2019 11:57:18: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:57:18: SVR-TRACE: **runmethod=testScheduleWorkListener [javatest.batch] 12-12-2019 11:57:18: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:57:18: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:57:18: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testScheduleWorkListener_setup [javatest.batch] 12-12-2019 11:57:18: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:57:18: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:57:18: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:57:18: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testScheduleWorkListener_cleanup [javatest.batch] 12-12-2019 11:57:18: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:57:18: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:57:18: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:57:18: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 12-12-2019 11:57:18: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:57:18: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:57:18: SVR: Performing callback verification... [javatest.batch] 12-12-2019 11:57:18: SVR: Got RA log. [javatest.batch] 12-12-2019 11:57:18: SVR-TRACE: Got connection. [javatest.batch] 12-12-2019 11:57:18: SVR-TRACE: [AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, XAManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, cbTestCPCandPVC: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., cbTestCPCandGPC: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, enterred submitSICWork(), submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workStarted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=5, notifications test: contextSetupComplete(): count=6, notifications test: workCompleted(): count=7, notifications test: workCompleted(): count=7, Work Object Submitted, WorkListenerImpl.workAccepted, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, str) passed, SharingViolationException(str, throwable) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, Xid Committed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, TransactionContext supported by Server., RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, SecurityContext supported by Server., RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, HintsContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, NoTxManagedConnectionFactory setResourceAdapter 1, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), LocalTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, IBAnnoWorkManager Work Object Submitted, IBAnnoMessageListener.workAccepted, IBAnnoMessageListener.workStarted, NestWork.constructor, NestWork.run, IBAnnoMessageListener committed Xid, TransactionContext Work Object Submitted, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., FAILURE: validateCustomPermFromAppServer(), throwing AccessControlException., SUCCESS: validateLocalGrantForCustomPerm passed., SUCCESS: validateRequiredPermSet passed., SUCCESS: CTSPermission3_name doesnt exist and was caught., SUCCESS: validateMissingPermFails passed., SUCCESS: validateRestrictedLocalPerm passed., SUCCESS: validateLocalPermsInvalidName() threw expected AccessControlException, SUCCESS: validateLocalPermsInvalidName passed., PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, NestWork.run, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] [javatest.batch] 12-12-2019 11:57:18: SVR: Methods called correctly [javatest.batch] 12-12-2019 11:57:18: SVR: Performing end to end verification... [javatest.batch] 12-12-2019 11:57:18: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 12-12-2019 11:57:18: SVR: Values inserted into table! [javatest.batch] 12-12-2019 11:57:18: SVR: Table has been dropped! [javatest.batch] 12-12-2019 11:57:18: SVR: Cleanup [javatest.batch] 12-12-2019 11:57:18: SVR: Test running in servlet vehicle passed [javatest.batch] 12-12-2019 11:57:19: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/localTx/workmgt/workmgtClient1.java#testScheduleWorkListener_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 80 (80 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 59 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/localTx/workmgt/workmgtClient1.java#testUnknownWorkDuration_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:57:19: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:57:19: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:57:19: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testUnknownWorkDuration -vehicle connectorservlet -ap /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/tssql.stmt [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:57:20: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:57:20: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:57:20: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:57:20: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:57:20: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:57:20: Opened connection to http://localhost:8001/localTx_workmgt_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:57:20: TRACE: got outputstream [javatest.batch] 12-12-2019 11:57:20: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:57:20: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:57:20: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:57:20: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:57:20: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:57:20: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:57:20: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:57:20: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:57:20: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:57:20: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=localTx_workmgt_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnulltestName=testUnknownWorkDurationnullwhitebox-tx=java:comp/env/eis/whitebox-txnullvehicle=connectorservletnullharness.log.delayseconds=1nullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nulltest_classname=com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1nullwebServerHost=localhostnullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:57:20: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:57:20: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:57:20: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1 [javatest.batch] 12-12-2019 11:57:20: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1 [javatest.batch] 12-12-2019 11:57:20: SVR-TRACE: ** IN getRunMethod: testname=testUnknownWorkDuration [javatest.batch] 12-12-2019 11:57:20: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:57:20: SVR-TRACE: **runmethod=testUnknownWorkDuration [javatest.batch] 12-12-2019 11:57:20: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:57:20: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:57:20: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testUnknownWorkDuration_setup [javatest.batch] 12-12-2019 11:57:20: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:57:20: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:57:20: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:57:20: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testUnknownWorkDuration_cleanup [javatest.batch] 12-12-2019 11:57:20: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:57:20: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:57:20: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:57:20: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 12-12-2019 11:57:20: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:57:20: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:57:20: SVR: Performing callback verification... [javatest.batch] 12-12-2019 11:57:20: SVR: Got RA log. [javatest.batch] 12-12-2019 11:57:20: SVR-TRACE: Got connection. [javatest.batch] 12-12-2019 11:57:20: SVR-TRACE: [AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, XAManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, cbTestCPCandPVC: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., cbTestCPCandGPC: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, enterred submitSICWork(), submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workStarted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=5, notifications test: contextSetupComplete(): count=6, notifications test: workCompleted(): count=7, notifications test: workCompleted(): count=7, Work Object Submitted, WorkListenerImpl.workAccepted, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, str) passed, SharingViolationException(str, throwable) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, Xid Committed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, TransactionContext supported by Server., RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, SecurityContext supported by Server., RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, HintsContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, NoTxManagedConnectionFactory setResourceAdapter 1, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), LocalTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, IBAnnoWorkManager Work Object Submitted, IBAnnoMessageListener.workAccepted, IBAnnoMessageListener.workStarted, NestWork.constructor, NestWork.run, IBAnnoMessageListener committed Xid, TransactionContext Work Object Submitted, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., FAILURE: validateCustomPermFromAppServer(), throwing AccessControlException., SUCCESS: validateLocalGrantForCustomPerm passed., SUCCESS: validateRequiredPermSet passed., SUCCESS: CTSPermission3_name doesnt exist and was caught., SUCCESS: validateMissingPermFails passed., SUCCESS: validateRestrictedLocalPerm passed., SUCCESS: validateLocalPermsInvalidName() threw expected AccessControlException, SUCCESS: validateLocalPermsInvalidName passed., PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, NestWork.run, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] [javatest.batch] 12-12-2019 11:57:20: SVR: Methods called correctly [javatest.batch] 12-12-2019 11:57:20: SVR: Performing end to end verification... [javatest.batch] 12-12-2019 11:57:20: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 12-12-2019 11:57:20: SVR: Values inserted into table! [javatest.batch] 12-12-2019 11:57:20: SVR: Table has been dropped! [javatest.batch] 12-12-2019 11:57:20: SVR: Cleanup [javatest.batch] 12-12-2019 11:57:20: SVR: Test running in servlet vehicle passed [javatest.batch] 12-12-2019 11:57:21: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/localTx/workmgt/workmgtClient1.java#testUnknownWorkDuration_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 81 (81 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 58 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/localTx/workmgt/workmgtClient1.java#testWorkCompletedException_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:57:22: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:57:22: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:57:22: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testWorkCompletedException -vehicle connectorservlet -ap /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/tssql.stmt [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:57:22: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:57:22: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:57:22: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:57:22: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:57:22: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:57:22: Opened connection to http://localhost:8001/localTx_workmgt_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:57:22: TRACE: got outputstream [javatest.batch] 12-12-2019 11:57:22: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:57:22: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:57:22: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:57:22: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:57:22: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:57:22: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:57:22: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:57:22: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:57:22: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:57:22: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=localTx_workmgt_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnulltestName=testWorkCompletedExceptionnullwhitebox-tx=java:comp/env/eis/whitebox-txnullvehicle=connectorservletnullharness.log.delayseconds=1nullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nulltest_classname=com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1nullwebServerHost=localhostnullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:57:22: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:57:22: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:57:22: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1 [javatest.batch] 12-12-2019 11:57:22: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1 [javatest.batch] 12-12-2019 11:57:22: SVR-TRACE: ** IN getRunMethod: testname=testWorkCompletedException [javatest.batch] 12-12-2019 11:57:22: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:57:22: SVR-TRACE: **runmethod=testWorkCompletedException [javatest.batch] 12-12-2019 11:57:22: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:57:22: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:57:22: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testWorkCompletedException_setup [javatest.batch] 12-12-2019 11:57:22: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:57:22: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:57:22: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:57:22: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testWorkCompletedException_cleanup [javatest.batch] 12-12-2019 11:57:22: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:57:22: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:57:22: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:57:22: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 12-12-2019 11:57:22: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:57:22: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:57:22: SVR: Performing callback verification... [javatest.batch] 12-12-2019 11:57:22: SVR: Got RA log. [javatest.batch] 12-12-2019 11:57:22: SVR-TRACE: Got connection. [javatest.batch] 12-12-2019 11:57:22: SVR-TRACE: [AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, XAManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, cbTestCPCandPVC: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., cbTestCPCandGPC: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, enterred submitSICWork(), submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workStarted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=5, notifications test: contextSetupComplete(): count=6, notifications test: workCompleted(): count=7, notifications test: workCompleted(): count=7, Work Object Submitted, WorkListenerImpl.workAccepted, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, str) passed, SharingViolationException(str, throwable) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, Xid Committed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, TransactionContext supported by Server., RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, SecurityContext supported by Server., RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, HintsContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, NoTxManagedConnectionFactory setResourceAdapter 1, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), LocalTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, IBAnnoWorkManager Work Object Submitted, IBAnnoMessageListener.workAccepted, IBAnnoMessageListener.workStarted, NestWork.constructor, NestWork.run, IBAnnoMessageListener committed Xid, TransactionContext Work Object Submitted, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., FAILURE: validateCustomPermFromAppServer(), throwing AccessControlException., SUCCESS: validateLocalGrantForCustomPerm passed., SUCCESS: validateRequiredPermSet passed., SUCCESS: CTSPermission3_name doesnt exist and was caught., SUCCESS: validateMissingPermFails passed., SUCCESS: validateRestrictedLocalPerm passed., SUCCESS: validateLocalPermsInvalidName() threw expected AccessControlException, SUCCESS: validateLocalPermsInvalidName passed., PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, NestWork.run, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] [javatest.batch] 12-12-2019 11:57:22: SVR: Methods called correctly [javatest.batch] 12-12-2019 11:57:22: SVR: Performing end to end verification... [javatest.batch] 12-12-2019 11:57:22: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 12-12-2019 11:57:22: SVR: Values inserted into table! [javatest.batch] 12-12-2019 11:57:22: SVR: Table has been dropped! [javatest.batch] 12-12-2019 11:57:22: SVR: Cleanup [javatest.batch] 12-12-2019 11:57:22: SVR: Test running in servlet vehicle passed [javatest.batch] 12-12-2019 11:57:23: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/localTx/workmgt/workmgtClient1.java#testWorkCompletedException_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 82 (82 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 57 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/localTx/workmgt/workmgtClient1.java#testWorkListenerImplementation_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:57:24: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:57:24: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:57:24: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testWorkListenerImplementation -vehicle connectorservlet -ap /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/tssql.stmt [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:57:24: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:57:24: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:57:24: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:57:24: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:57:24: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:57:24: Opened connection to http://localhost:8001/localTx_workmgt_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:57:24: TRACE: got outputstream [javatest.batch] 12-12-2019 11:57:24: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:57:24: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:57:24: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:57:24: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:57:24: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:57:24: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:57:24: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:57:24: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:57:24: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:57:24: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=localTx_workmgt_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnulltestName=testWorkListenerImplementationnullwhitebox-tx=java:comp/env/eis/whitebox-txnullvehicle=connectorservletnullharness.log.delayseconds=1nullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nulltest_classname=com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1nullwebServerHost=localhostnullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:57:24: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:57:24: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:57:24: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1 [javatest.batch] 12-12-2019 11:57:24: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1 [javatest.batch] 12-12-2019 11:57:24: SVR-TRACE: ** IN getRunMethod: testname=testWorkListenerImplementation [javatest.batch] 12-12-2019 11:57:24: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:57:24: SVR-TRACE: **runmethod=testWorkListenerImplementation [javatest.batch] 12-12-2019 11:57:24: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:57:24: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:57:24: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testWorkListenerImplementation_setup [javatest.batch] 12-12-2019 11:57:24: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:57:24: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:57:24: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:57:24: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testWorkListenerImplementation_cleanup [javatest.batch] 12-12-2019 11:57:24: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:57:24: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:57:24: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:57:24: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 12-12-2019 11:57:24: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:57:24: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:57:24: SVR: Performing callback verification... [javatest.batch] 12-12-2019 11:57:24: SVR: Got RA log. [javatest.batch] 12-12-2019 11:57:24: SVR-TRACE: Got connection. [javatest.batch] 12-12-2019 11:57:24: SVR-TRACE: [AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, XAManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, cbTestCPCandPVC: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., cbTestCPCandGPC: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, enterred submitSICWork(), submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workStarted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=5, notifications test: contextSetupComplete(): count=6, notifications test: workCompleted(): count=7, notifications test: workCompleted(): count=7, Work Object Submitted, WorkListenerImpl.workAccepted, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, str) passed, SharingViolationException(str, throwable) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, Xid Committed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, TransactionContext supported by Server., RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, SecurityContext supported by Server., RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, HintsContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, NoTxManagedConnectionFactory setResourceAdapter 1, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), LocalTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, IBAnnoWorkManager Work Object Submitted, IBAnnoMessageListener.workAccepted, IBAnnoMessageListener.workStarted, NestWork.constructor, NestWork.run, IBAnnoMessageListener committed Xid, TransactionContext Work Object Submitted, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., FAILURE: validateCustomPermFromAppServer(), throwing AccessControlException., SUCCESS: validateLocalGrantForCustomPerm passed., SUCCESS: validateRequiredPermSet passed., SUCCESS: CTSPermission3_name doesnt exist and was caught., SUCCESS: validateMissingPermFails passed., SUCCESS: validateRestrictedLocalPerm passed., SUCCESS: validateLocalPermsInvalidName() threw expected AccessControlException, SUCCESS: validateLocalPermsInvalidName passed., PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, NestWork.run, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] [javatest.batch] 12-12-2019 11:57:24: SVR: Methods called correctly [javatest.batch] 12-12-2019 11:57:24: SVR: Performing end to end verification... [javatest.batch] 12-12-2019 11:57:24: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 12-12-2019 11:57:24: SVR: Values inserted into table! [javatest.batch] 12-12-2019 11:57:24: SVR: Table has been dropped! [javatest.batch] 12-12-2019 11:57:24: SVR: Cleanup [javatest.batch] 12-12-2019 11:57:24: SVR: Test running in servlet vehicle passed [javatest.batch] 12-12-2019 11:57:25: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/localTx/workmgt/workmgtClient1.java#testWorkListenerImplementation_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 83 (83 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 56 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/localTx/workmgt/workmgtClient1.java#testWorkManagerImplementaion_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:57:26: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:57:26: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:57:26: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testWorkManagerImplementaion -vehicle connectorservlet -ap /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/tssql.stmt [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:57:26: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:57:26: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:57:26: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:57:26: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:57:26: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:57:27: Opened connection to http://localhost:8001/localTx_workmgt_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:57:27: TRACE: got outputstream [javatest.batch] 12-12-2019 11:57:27: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:57:27: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:57:27: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:57:27: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:57:27: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:57:27: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:57:27: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:57:27: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:57:27: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:57:27: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=localTx_workmgt_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnulltestName=testWorkManagerImplementaionnullwhitebox-tx=java:comp/env/eis/whitebox-txnullvehicle=connectorservletnullharness.log.delayseconds=1nullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nulltest_classname=com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1nullwebServerHost=localhostnullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:57:27: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:57:27: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:57:27: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1 [javatest.batch] 12-12-2019 11:57:27: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.localTx.workmgt.workmgtClient1 [javatest.batch] 12-12-2019 11:57:27: SVR-TRACE: ** IN getRunMethod: testname=testWorkManagerImplementaion [javatest.batch] 12-12-2019 11:57:27: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:57:27: SVR-TRACE: **runmethod=testWorkManagerImplementaion [javatest.batch] 12-12-2019 11:57:27: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:57:27: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:57:27: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testWorkManagerImplementaion_setup [javatest.batch] 12-12-2019 11:57:27: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:57:27: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:57:27: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:57:27: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testWorkManagerImplementaion_cleanup [javatest.batch] 12-12-2019 11:57:27: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:57:27: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:57:27: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:57:27: SVR: Using: java:comp/env/eis/whitebox-tx [javatest.batch] 12-12-2019 11:57:27: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:57:27: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:57:27: SVR: Performing callback verification... [javatest.batch] 12-12-2019 11:57:27: SVR: Got RA log. [javatest.batch] 12-12-2019 11:57:27: SVR-TRACE: Got connection. [javatest.batch] 12-12-2019 11:57:27: SVR-TRACE: [AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, XAManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, cbTestCPCandPVC: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., cbTestCPCandGPC: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, enterred submitSICWork(), submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workStarted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=5, notifications test: contextSetupComplete(): count=6, notifications test: workCompleted(): count=7, notifications test: workCompleted(): count=7, Work Object Submitted, WorkListenerImpl.workAccepted, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, str) passed, SharingViolationException(str, throwable) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, Xid Committed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, TransactionContext supported by Server., RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, SecurityContext supported by Server., RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, HintsContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, NoTxManagedConnectionFactory setResourceAdapter 1, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), LocalTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, IBAnnoWorkManager Work Object Submitted, IBAnnoMessageListener.workAccepted, IBAnnoMessageListener.workStarted, NestWork.constructor, NestWork.run, IBAnnoMessageListener committed Xid, TransactionContext Work Object Submitted, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., FAILURE: validateCustomPermFromAppServer(), throwing AccessControlException., SUCCESS: validateLocalGrantForCustomPerm passed., SUCCESS: validateRequiredPermSet passed., SUCCESS: CTSPermission3_name doesnt exist and was caught., SUCCESS: validateMissingPermFails passed., SUCCESS: validateRestrictedLocalPerm passed., SUCCESS: validateLocalPermsInvalidName() threw expected AccessControlException, SUCCESS: validateLocalPermsInvalidName passed., PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, NestWork.run, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed] [javatest.batch] 12-12-2019 11:57:27: SVR: Work Object Submitted. [javatest.batch] 12-12-2019 11:57:27: SVR: Work Object Submitted. [javatest.batch] 12-12-2019 11:57:27: SVR: Work Object Submitted. [javatest.batch] 12-12-2019 11:57:27: SVR: Work Object Submitted. [javatest.batch] 12-12-2019 11:57:27: SVR: Work Object Submitted. [javatest.batch] 12-12-2019 11:57:27: SVR: Work Object Submitted. [javatest.batch] 12-12-2019 11:57:27: SVR: Work Object Submitted. [javatest.batch] 12-12-2019 11:57:27: SVR: Work Object Submitted. [javatest.batch] 12-12-2019 11:57:27: SVR: LocalTxResourceAdapter WorkManager Not Null. [javatest.batch] 12-12-2019 11:57:27: SVR: Work Object Submitted. [javatest.batch] 12-12-2019 11:57:27: SVR: Work Object Submitted. [javatest.batch] 12-12-2019 11:57:27: SVR: LocalTxResourceAdapter WorkManager Not Null. [javatest.batch] 12-12-2019 11:57:27: SVR: Work Object Submitted. [javatest.batch] 12-12-2019 11:57:27: SVR: Work Object Submitted. [javatest.batch] 12-12-2019 11:57:27: SVR: Methods called correctly [javatest.batch] 12-12-2019 11:57:27: SVR: Performing end to end verification... [javatest.batch] 12-12-2019 11:57:27: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 12-12-2019 11:57:27: SVR: Values inserted into table! [javatest.batch] 12-12-2019 11:57:27: SVR: Table has been dropped! [javatest.batch] 12-12-2019 11:57:27: SVR: Cleanup [javatest.batch] 12-12-2019 11:57:27: SVR: Test running in servlet vehicle passed [javatest.batch] 12-12-2019 11:57:28: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/localTx/workmgt/workmgtClient1.java#testWorkManagerImplementaion_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 84 (84 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 55 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/noTx/compat/compatClient1.java#testGetConnection1_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:57:28: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:57:28: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:57:28: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testGetConnection1 -vehicle connectorservlet -ap /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/tssql.stmt [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:57:28: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:57:28: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:57:28: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:57:28: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:57:28: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:57:29: Opened connection to http://localhost:8001/compat_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:57:29: TRACE: got outputstream [javatest.batch] 12-12-2019 11:57:29: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:57:29: SVR-TRACE: init com.sun.ts.tests.common.vehicle.connectorservlet.ConnectorServletVehicle ... [javatest.batch] 12-12-2019 11:57:29: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:57:29: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:57:29: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:57:29: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:57:29: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:57:29: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:57:29: SVR-TRACE: --- Property Listing ---nullrapassword1=cts1nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=compat_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnulltestName=testGetConnection1nullvehicle=connectorservletnullharness.log.delayseconds=1nullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnulloldwhitebox-notx=java:comp/env/eis/oldwhitebox-notxnullharness.host=10.128.6.207nulltest_classname=com.sun.ts.tests.connector.noTx.compat.compatClient1nullwebServerHost=localhostnulloldwhitebox-notx-param=java:comp/env/eis/oldwhitebox-notx-paramnullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullrauser1=cts1nullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:57:29: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:57:29: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:57:29: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.noTx.compat.compatClient1 [javatest.batch] 12-12-2019 11:57:29: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.noTx.compat.compatClient1 [javatest.batch] 12-12-2019 11:57:29: SVR-TRACE: ** IN getRunMethod: testname=testGetConnection1 [javatest.batch] 12-12-2019 11:57:29: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:57:29: SVR-TRACE: **runmethod=testGetConnection1 [javatest.batch] 12-12-2019 11:57:29: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:57:29: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:57:29: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testGetConnection1_setup [javatest.batch] 12-12-2019 11:57:29: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:57:29: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:57:29: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:57:29: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testGetConnection1_cleanup [javatest.batch] 12-12-2019 11:57:29: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:57:29: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:57:29: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:57:29: SVR: Using: java:comp/env/eis/oldwhitebox-notx [javatest.batch] 12-12-2019 11:57:29: SVR: Using: java:comp/env/eis/oldwhitebox-notx-param [javatest.batch] 12-12-2019 11:57:29: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@318d720 [javatest.batch] 12-12-2019 11:57:29: SVR: ds2 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@7cc195e2 [javatest.batch] 12-12-2019 11:57:29: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:57:29: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:57:29: SVR: Got connection from the TSDataSource. [javatest.batch] 12-12-2019 11:57:29: SVR: Checking for Connection Validity. [javatest.batch] 12-12-2019 11:57:29: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 12-12-2019 11:57:29: SVR: Values inserted into table! [javatest.batch] 12-12-2019 11:57:29: SVR: Table has been dropped! [javatest.batch] 12-12-2019 11:57:29: SVR: Cleanup [javatest.batch] 12-12-2019 11:57:29: SVR-TRACE: Closing connection in cleanup. [javatest.batch] 12-12-2019 11:57:29: SVR: Test running in servlet vehicle passed [javatest.batch] 12-12-2019 11:57:29: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:57:29: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:57:30: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/noTx/compat/compatClient1.java#testGetConnection1_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 85 (85 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 54 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/noTx/compat/compatClient1.java#testgetConnectionWithParameter1_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:57:30: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:57:30: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:57:30: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testgetConnectionWithParameter1 -vehicle connectorservlet -ap /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/tssql.stmt [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:57:30: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:57:30: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:57:30: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:57:30: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:57:30: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:57:31: Opened connection to http://localhost:8001/compat_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:57:31: TRACE: got outputstream [javatest.batch] 12-12-2019 11:57:31: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:57:31: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:57:31: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:57:31: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:57:31: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:57:31: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:57:31: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:57:31: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:57:31: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:57:31: SVR-TRACE: --- Property Listing ---nullrapassword1=cts1nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=compat_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnulltestName=testgetConnectionWithParameter1nullvehicle=connectorservletnullharness.log.delayseconds=1nullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnulloldwhitebox-notx=java:comp/env/eis/oldwhitebox-notxnullharness.host=10.128.6.207nulltest_classname=com.sun.ts.tests.connector.noTx.compat.compatClient1nullwebServerHost=localhostnulloldwhitebox-notx-param=java:comp/env/eis/oldwhitebox-notx-paramnullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullrauser1=cts1nullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:57:31: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:57:31: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:57:31: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.noTx.compat.compatClient1 [javatest.batch] 12-12-2019 11:57:31: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.noTx.compat.compatClient1 [javatest.batch] 12-12-2019 11:57:31: SVR-TRACE: ** IN getRunMethod: testname=testgetConnectionWithParameter1 [javatest.batch] 12-12-2019 11:57:31: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:57:31: SVR-TRACE: **runmethod=testgetConnectionWithParameter1 [javatest.batch] 12-12-2019 11:57:31: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:57:31: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:57:31: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testgetConnectionWithParameter1_setup [javatest.batch] 12-12-2019 11:57:31: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:57:31: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:57:31: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:57:31: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testgetConnectionWithParameter1_cleanup [javatest.batch] 12-12-2019 11:57:31: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:57:31: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:57:31: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:57:31: SVR: Using: java:comp/env/eis/oldwhitebox-notx [javatest.batch] 12-12-2019 11:57:31: SVR: Using: java:comp/env/eis/oldwhitebox-notx-param [javatest.batch] 12-12-2019 11:57:31: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@601dcf1c [javatest.batch] 12-12-2019 11:57:31: SVR: ds2 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@f563d0f [javatest.batch] 12-12-2019 11:57:31: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:57:31: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:57:31: SVR: Using: java:comp/env/eis/oldwhitebox-notx-param [javatest.batch] 12-12-2019 11:57:31: SVR: Got connection object from the TSDataSource. [javatest.batch] 12-12-2019 11:57:31: SVR: Checking for Connection Validity. [javatest.batch] 12-12-2019 11:57:31: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 12-12-2019 11:57:31: SVR: Values inserted into table! [javatest.batch] 12-12-2019 11:57:31: SVR: Table has been dropped! [javatest.batch] 12-12-2019 11:57:31: SVR: Cleanup [javatest.batch] 12-12-2019 11:57:31: SVR-TRACE: Closing connection in cleanup. [javatest.batch] 12-12-2019 11:57:31: SVR: Test running in servlet vehicle passed [javatest.batch] 12-12-2019 11:57:32: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/noTx/compat/compatClient1.java#testgetConnectionWithParameter1_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 86 (86 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 53 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/noTx/connection/connectionClient1.java#testGetConnection1_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:57:32: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:57:32: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:57:32: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testGetConnection1 -vehicle connectorservlet -ap /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/tssql.stmt [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:57:33: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:57:33: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:57:33: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:57:33: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:57:33: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:57:33: Opened connection to http://localhost:8001/connection_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:57:33: TRACE: got outputstream [javatest.batch] 12-12-2019 11:57:33: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:57:33: SVR-TRACE: init com.sun.ts.tests.common.vehicle.connectorservlet.ConnectorServletVehicle ... [javatest.batch] 12-12-2019 11:57:33: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:57:33: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:57:33: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:57:33: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:57:33: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:57:33: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:57:33: SVR-TRACE: --- Property Listing ---nullrapassword1=cts1nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=connection_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnulltestName=testGetConnection1nullvehicle=connectorservletnullharness.log.delayseconds=1nullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nullwhitebox-notx=java:comp/env/eis/whitebox-notxnulltest_classname=com.sun.ts.tests.connector.noTx.connection.connectionClient1nullwebServerHost=localhostnullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullrauser1=cts1nullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:57:33: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:57:33: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:57:33: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.noTx.connection.connectionClient1 [javatest.batch] 12-12-2019 11:57:33: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.noTx.connection.connectionClient1 [javatest.batch] 12-12-2019 11:57:33: SVR-TRACE: ** IN getRunMethod: testname=testGetConnection1 [javatest.batch] 12-12-2019 11:57:33: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:57:33: SVR-TRACE: **runmethod=testGetConnection1 [javatest.batch] 12-12-2019 11:57:33: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:57:33: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:57:33: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testGetConnection1_setup [javatest.batch] 12-12-2019 11:57:33: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:57:33: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:57:33: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:57:33: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testGetConnection1_cleanup [javatest.batch] 12-12-2019 11:57:33: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:57:33: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:57:33: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:57:33: SVR: Using: java:comp/env/eis/whitebox-notx [javatest.batch] 12-12-2019 11:57:33: SVR: Using: java:comp/env/eis/whitebox-notx-param [javatest.batch] 12-12-2019 11:57:33: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@7c3d04f4 [javatest.batch] 12-12-2019 11:57:33: SVR: ds2 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@1d02c3d [javatest.batch] 12-12-2019 11:57:33: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:57:33: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:57:33: SVR: Got connection from the TSDataSource. [javatest.batch] 12-12-2019 11:57:33: SVR: Checking for Connection Validity. [javatest.batch] 12-12-2019 11:57:33: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 12-12-2019 11:57:33: SVR: Values inserted into table! [javatest.batch] 12-12-2019 11:57:33: SVR: Table has been dropped! [javatest.batch] 12-12-2019 11:57:33: SVR: Cleanup [javatest.batch] 12-12-2019 11:57:33: SVR-TRACE: Closing connection in cleanup. [javatest.batch] 12-12-2019 11:57:33: SVR: Test running in servlet vehicle passed [javatest.batch] 12-12-2019 11:57:33: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:57:33: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:57:34: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/noTx/connection/connectionClient1.java#testGetConnection1_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 87 (87 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 52 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/noTx/connection/connectionClient1.java#testgetConnectionWithParameter1_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:57:35: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:57:35: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:57:35: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testgetConnectionWithParameter1 -vehicle connectorservlet -ap /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/tssql.stmt [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:57:35: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:57:35: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:57:35: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:57:35: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:57:35: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:57:35: Opened connection to http://localhost:8001/connection_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:57:35: TRACE: got outputstream [javatest.batch] 12-12-2019 11:57:35: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:57:35: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:57:35: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:57:35: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:57:35: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:57:35: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:57:35: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:57:35: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:57:35: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:57:35: SVR-TRACE: --- Property Listing ---nullrapassword1=cts1nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=connection_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnulltestName=testgetConnectionWithParameter1nullvehicle=connectorservletnullharness.log.delayseconds=1nullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nullwhitebox-notx=java:comp/env/eis/whitebox-notxnulltest_classname=com.sun.ts.tests.connector.noTx.connection.connectionClient1nullwebServerHost=localhostnullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullrauser1=cts1nullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:57:35: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:57:35: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:57:35: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.noTx.connection.connectionClient1 [javatest.batch] 12-12-2019 11:57:35: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.noTx.connection.connectionClient1 [javatest.batch] 12-12-2019 11:57:35: SVR-TRACE: ** IN getRunMethod: testname=testgetConnectionWithParameter1 [javatest.batch] 12-12-2019 11:57:35: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:57:35: SVR-TRACE: **runmethod=testgetConnectionWithParameter1 [javatest.batch] 12-12-2019 11:57:35: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:57:35: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:57:35: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testgetConnectionWithParameter1_setup [javatest.batch] 12-12-2019 11:57:35: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:57:35: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:57:35: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:57:35: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testgetConnectionWithParameter1_cleanup [javatest.batch] 12-12-2019 11:57:35: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:57:35: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:57:35: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:57:35: SVR: Using: java:comp/env/eis/whitebox-notx [javatest.batch] 12-12-2019 11:57:35: SVR: Using: java:comp/env/eis/whitebox-notx-param [javatest.batch] 12-12-2019 11:57:35: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@47d54af7 [javatest.batch] 12-12-2019 11:57:35: SVR: ds2 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@40733d35 [javatest.batch] 12-12-2019 11:57:35: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:57:35: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:57:35: SVR: Using: java:comp/env/eis/whitebox-notx-param [javatest.batch] 12-12-2019 11:57:35: SVR: Got connection object from the TSDataSource. [javatest.batch] 12-12-2019 11:57:35: SVR: Checking for Connection Validity. [javatest.batch] 12-12-2019 11:57:35: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 12-12-2019 11:57:35: SVR: Values inserted into table! [javatest.batch] 12-12-2019 11:57:35: SVR: Table has been dropped! [javatest.batch] 12-12-2019 11:57:35: SVR: Cleanup [javatest.batch] 12-12-2019 11:57:35: SVR-TRACE: Closing connection in cleanup. [javatest.batch] 12-12-2019 11:57:35: SVR: Test running in servlet vehicle passed [javatest.batch] 12-12-2019 11:57:36: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/noTx/connection/connectionClient1.java#testgetConnectionWithParameter1_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 88 (88 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 51 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/noTx/event/eventClient1.java#testConnectionEventListener_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:57:37: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:57:37: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:57:37: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testConnectionEventListener -vehicle connectorservlet -ap /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/tssql.stmt [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:57:37: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:57:37: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:57:37: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:57:37: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:57:37: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:57:37: Opened connection to http://localhost:8001/event_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:57:37: TRACE: got outputstream [javatest.batch] 12-12-2019 11:57:37: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:57:37: SVR-TRACE: init com.sun.ts.tests.common.vehicle.connectorservlet.ConnectorServletVehicle ... [javatest.batch] 12-12-2019 11:57:37: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:57:37: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:57:37: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:57:37: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:57:37: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:57:37: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:57:37: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=event_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnulltestName=testConnectionEventListenernullvehicle=connectorservletnullharness.log.delayseconds=1nullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nullwhitebox-notx=java:comp/env/eis/whitebox-notxnulltest_classname=com.sun.ts.tests.connector.noTx.event.eventClient1nullwebServerHost=localhostnullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:57:37: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:57:37: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:57:37: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.noTx.event.eventClient1 [javatest.batch] 12-12-2019 11:57:37: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.noTx.event.eventClient1 [javatest.batch] 12-12-2019 11:57:37: SVR-TRACE: ** IN getRunMethod: testname=testConnectionEventListener [javatest.batch] 12-12-2019 11:57:37: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:57:37: SVR-TRACE: **runmethod=testConnectionEventListener [javatest.batch] 12-12-2019 11:57:37: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:57:37: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:57:37: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testConnectionEventListener_setup [javatest.batch] 12-12-2019 11:57:37: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:57:37: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:57:37: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:57:37: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testConnectionEventListener_cleanup [javatest.batch] 12-12-2019 11:57:37: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:57:37: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:57:37: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:57:37: SVR: Using: java:comp/env/eis/whitebox-notx [javatest.batch] 12-12-2019 11:57:38: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:57:38: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:57:38: SVR: Got connection. [javatest.batch] 12-12-2019 11:57:38: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:57:38: SVR-TRACE: [TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSConnectionImpl.insert::, TSConnectionImpl.dropTable::, TSeis.dropTable::, Table Dropped ::, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, MDCompleteMCF.setLogWriter:out:, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MDCompleteMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MDCompleteMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MDCompleteMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MDCompleteMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MDCompleteMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MDCompleteMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MDCompleteMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MDCompleteMCF.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, PMDManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MAManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MAManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MAManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MAManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MAManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MAManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MAManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MAManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, PMDManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, PMDManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, PMDManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, PMDManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, PMDManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, PMDManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, PMDManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, PMDManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, PMDManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, PMDManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, PMDManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, PMDManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, PMDManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, PMDManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, PMDManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, PMDManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, PMDManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, PMDManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.setLogWriter:out:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSConnectionImpl.insert::, TSConnectionImpl.dropTable::, TSeis.dropTable::, Table Dropped ::, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxMCF.setLogWriter:out:, LocalTxMCF.createConnectionFactory:cxManager:TSEISDataSource, LocalTxMCF.setLogWriter:out:, LocalTxMCF.createConnectionFactory:cxManager:TSEISDataSource, LocalTxMCF.equals:obj:true, LocalTxMCF.createManagedConnection:subject|info:TSManagedConnection, LocalTxMCF.equals:obj:true, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxMCF.createManagedConnection:subject|info:TSManagedConnection, LocalTxMCF.equals:obj:true, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxMCF.createManagedConnection:subject|info:TSManagedConnection, LocalTxMCF.equals:obj:true, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxMCF.createManagedConnection:subject|info:TSManagedConnection, LocalTxMCF.equals:obj:true, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxMCF.createManagedConnection:subject|info:TSManagedConnection, LocalTxMCF.equals:obj:true, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxMCF.createManagedConnection:subject|info:TSManagedConnection, LocalTxMCF.equals:obj:true, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxMCF.createManagedConnection:subject|info:TSManagedConnection, LocalTxMCF.equals:obj:true, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxMCF.createManagedConnection:subject|info:TSManagedConnection, LocalTxMCF.equals:obj:true, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxMCF.matchManagedConnections:connectionSet|subject|info:TSEISDataSource, LocalTxMCF.equals:obj:true, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxMCF.equals:obj:true, LocalTxMCF.equals:obj:true, TSManagedConnection.addTSConnection:jdbcCon:, TSConnectionImpl.insert::, TSConnectionImpl.dropTable::, TSeis.dropTable::, Table Dropped ::, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxMCF.createConnectionFactory:cxManager:TSEISDataSource, LocalTxMCF.createConnectionFactory:cxManager:TSEISDataSource, LocalTxMCF.equals:obj:true, LocalTxMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxMCF.matchManagedConnections:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxMCF.equals:obj:true, TSManagedConnection.addTSConnection:jdbcCon:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSConnectionImpl.insert::, TSConnectionImpl.dropTable::, TSeis.dropTable::, Table Dropped ::, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSConnectionImpl.insert::, TSConnectionImpl.dropTable::, TSeis.dropTable::, Table Dropped ::, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSConnectionImpl.insert::, TSConnectionImpl.dropTable::, TSeis.dropTable::, Table Dropped ::, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSConnectionImpl.insert::, TSConnectionImpl.dropTable::, TSeis.dropTable::, Table Dropped ::, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSConnectionImpl.insert::, TSConnectionImpl.dropTable::, TSeis.dropTable::, Table Dropped ::, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSConnectionImpl.insert::, TSConnectionImpl.dropTable::, TSeis.dropTable::, Table Dropped ::, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSConnectionImpl.insert::, TSConnectionImpl.dropTable::, TSeis.dropTable::, Table Dropped ::, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSConnectionImpl.insert::, TSConnectionImpl.dropTable::, TSeis.dropTable::, Table Dropped ::, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSConnectionImpl.insert::, TSConnectionImpl.dropTable::, TSeis.dropTable::, Table Dropped ::, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSConnectionImpl.insert::, TSConnectionImpl.dropTable::, TSeis.dropTable::, Table Dropped ::, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSConnectionImpl.insert::, TSConnectionImpl.dropTable::, TSeis.dropTable::, Table Dropped ::, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSConnectionImpl.insert::, TSConnectionImpl.dropTable::, TSeis.dropTable::, Table Dropped ::, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSConnectionImpl.insert::, TSConnectionImpl.dropTable::, TSeis.dropTable::, Table Dropped ::, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSConnectionImpl.insert::, TSConnectionImpl.dropTable::, TSeis.dropTable::, Table Dropped ::, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSConnectionImpl.insert::, TSConnectionImpl.dropTable::, TSeis.dropTable::, Table Dropped ::, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSConnectionImpl.insert::, TSConnectionImpl.dropTable::, TSeis.dropTable::, Table Dropped ::, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSConnectionImpl.insert::, TSConnectionImpl.dropTable::, TSeis.dropTable::, Table Dropped ::, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSConnectionImpl.insert::, TSConnectionImpl.dropTable::, TSeis.dropTable::, Table Dropped ::, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSConnectionImpl.insert::, TSConnectionImpl.dropTable::, TSeis.dropTable::, Table Dropped ::, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSConnectionImpl.insert::, TSConnectionImpl.dropTable::, TSeis.dropTable::, Table Dropped ::, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSConnectionImpl.insert::, TSConnectionImpl.dropTable::, TSeis.dropTable::, Table Dropped ::, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSConnectionImpl.insert::, TSConnectionImpl.dropTable::, TSeis.dropTable::, Table Dropped ::, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, NoTxMCF.createConnectionFactory:cxManager:TSEISDataSource, NoTxMCF.createConnectionFactory:cxManager:TSEISDataSource, NoTxMCF.equals:obj:boolean, NoTxMCF.createManagedConnection::TSManagedConnection, NoTxMCF.equals:obj:boolean, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, NoTxMCF.createManagedConnection::TSManagedConnection, NoTxMCF.equals:obj:boolean, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, NoTxMCF.createManagedConnection::TSManagedConnection, NoTxMCF.equals:obj:boolean, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, NoTxMCF.createManagedConnection::TSManagedConnection, NoTxMCF.equals:obj:boolean, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, NoTxMCF.createManagedConnection::TSManagedConnection, NoTxMCF.equals:obj:boolean, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, NoTxMCF.createManagedConnection::TSManagedConnection, NoTxMCF.equals:obj:boolean, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, NoTxMCF.createManagedConnection::TSManagedConnection, NoTxMCF.equals:obj:boolean, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, NoTxMCF.createManagedConnection::TSManagedConnection, NoTxMCF.equals:obj:boolean, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, NoTxMCF.matchManagedConnections:connectionSet|subject|info:TSEISDataSource, NoTxMCF.equals:obj:boolean, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, NoTxMCF.equals:obj:boolean, NoTxMCF.equals:obj:boolean, TSManagedConnection.addTSConnection:jdbcCon:, TSConnectionImpl.insert::, TSConnectionImpl.dropTable::, TSeis.dropTable::, Table Dropped ::, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, NoTxMCF.createConnectionFactory:cxManager:TSEISDataSource, NoTxMCF.createConnectionFactory:cxManager:TSEISDataSource, NoTxMCF.equals:obj:boolean, NoTxMCF.createManagedConnection::TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, NoTxMCF.createManagedConnection::TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, NoTxMCF.createManagedConnection::TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, NoTxMCF.createManagedConnection::TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, NoTxMCF.createManagedConnection::TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, NoTxMCF.createManagedConnection::TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, NoTxMCF.createManagedConnection::TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, NoTxMCF.createManagedConnection::TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, NoTxMCF.matchManagedConnections:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, NoTxMCF.equals:obj:boolean, TSManagedConnection.addTSConnection:jdbcCon:, TSConnectionImpl.insert::, TSConnectionImpl.dropTable::, TSeis.dropTable::, Table Dropped ::, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnectionFactory.createManagedConnection::TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, NoTxManagedConnectionFactory.createManagedConnection::TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, NoTxManagedConnectionFactory.createManagedConnection::TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, NoTxManagedConnectionFactory.createManagedConnection::TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, NoTxManagedConnectionFactory.createManagedConnection::TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, NoTxManagedConnectionFactory.createManagedConnection::TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, NoTxManagedConnectionFactory.createManagedConnection::TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, NoTxManagedConnectionFactory.createManagedConnection::TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, NoTxManagedConnecitonFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSConnectionImpl.insert::, TSConnectionImpl.dropTable::, TSeis.dropTable::, Table Dropped ::, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnectionFactory.createManagedConnection::TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, NoTxManagedConnectionFactory.createManagedConnection::TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, NoTxManagedConnectionFactory.createManagedConnection::TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, NoTxManagedConnectionFactory.createManagedConnection::TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, NoTxManagedConnectionFactory.createManagedConnection::TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, NoTxManagedConnectionFactory.createManagedConnection::TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, NoTxManagedConnectionFactory.createManagedConnection::TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, NoTxManagedConnectionFactory.createManagedConnection::TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, NoTxManagedConnecitonFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSConnectionImpl.insert::, TSConnectionImpl.dropTable::, TSeis.dropTable::, Table Dropped ::, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnecitonFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:] [javatest.batch] 12-12-2019 11:57:38: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:57:38: SVR: CONNECTION_CLOSED called correctly. [javatest.batch] 12-12-2019 11:57:38: SVR: Cleanup [javatest.batch] 12-12-2019 11:57:38: SVR-TRACE: Closing connection in cleanup. [javatest.batch] 12-12-2019 11:57:38: SVR: Test running in servlet vehicle passed [javatest.batch] 12-12-2019 11:57:39: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/noTx/event/eventClient1.java#testConnectionEventListener_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 89 (89 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 50 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/noTx/lifecycle/lifecycleClient1.java#testAssociationMCFandRA_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:57:39: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:57:39: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:57:39: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testAssociationMCFandRA -vehicle connectorservlet -ap /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/tssql.stmt [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:57:39: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:57:39: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:57:39: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:57:39: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:57:39: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:57:40: Opened connection to http://localhost:8001/lifecycle_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:57:40: TRACE: got outputstream [javatest.batch] 12-12-2019 11:57:40: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:57:40: SVR-TRACE: init com.sun.ts.tests.common.vehicle.connectorservlet.ConnectorServletVehicle ... [javatest.batch] 12-12-2019 11:57:40: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:57:40: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:57:40: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:57:40: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:57:40: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:57:40: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:57:40: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=lifecycle_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnulltestName=testAssociationMCFandRAnullvehicle=connectorservletnullharness.log.delayseconds=1nullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nullwhitebox-notx=java:comp/env/eis/whitebox-notxnulltest_classname=com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1nullwebServerHost=localhostnullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:57:40: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:57:40: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:57:40: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1 [javatest.batch] 12-12-2019 11:57:40: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1 [javatest.batch] 12-12-2019 11:57:40: SVR-TRACE: ** IN getRunMethod: testname=testAssociationMCFandRA [javatest.batch] 12-12-2019 11:57:40: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:57:40: SVR-TRACE: **runmethod=testAssociationMCFandRA [javatest.batch] 12-12-2019 11:57:40: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:57:40: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:57:40: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testAssociationMCFandRA_setup [javatest.batch] 12-12-2019 11:57:40: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:57:40: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:57:40: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:57:40: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testAssociationMCFandRA_cleanup [javatest.batch] 12-12-2019 11:57:40: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:57:40: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:57:40: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:57:40: SVR: Using: java:comp/env/eis/whitebox-notx [javatest.batch] 12-12-2019 11:57:40: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:57:40: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:57:40: SVR: Performing callback verification... [javatest.batch] 12-12-2019 11:57:40: SVR: Got RA log. [javatest.batch] 12-12-2019 11:57:40: SVR-TRACE: Got connection. [javatest.batch] 12-12-2019 11:57:40: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:57:40: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:57:40: SVR-TRACE: [AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, XAManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, cbTestCPCandPVC: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., cbTestCPCandGPC: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, enterred submitSICWork(), submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workStarted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=5, notifications test: contextSetupComplete(): count=6, notifications test: workCompleted(): count=7, notifications test: workCompleted(): count=7, Work Object Submitted, WorkListenerImpl.workAccepted, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, str) passed, SharingViolationException(str, throwable) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, Xid Committed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, TransactionContext supported by Server., RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, SecurityContext supported by Server., RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, HintsContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, NoTxManagedConnectionFactory setResourceAdapter 1, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), LocalTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, IBAnnoWorkManager Work Object Submitted, IBAnnoMessageListener.workAccepted, IBAnnoMessageListener.workStarted, NestWork.constructor, NestWork.run, IBAnnoMessageListener committed Xid, TransactionContext Work Object Submitted, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., FAILURE: validateCustomPermFromAppServer(), throwing AccessControlException., SUCCESS: validateLocalGrantForCustomPerm passed., SUCCESS: validateRequiredPermSet passed., SUCCESS: CTSPermission3_name doesnt exist and was caught., SUCCESS: validateMissingPermFails passed., SUCCESS: validateRestrictedLocalPerm passed., SUCCESS: validateLocalPermsInvalidName() threw expected AccessControlException, SUCCESS: validateLocalPermsInvalidName passed., PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, NestWork.run, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, NoTxManagedConnectionFactory setResourceAdapter 1] [javatest.batch] 12-12-2019 11:57:40: SVR: Methods called correctly [javatest.batch] 12-12-2019 11:57:40: SVR: Performing end to end verification... [javatest.batch] 12-12-2019 11:57:40: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 12-12-2019 11:57:40: SVR: Values inserted into table! [javatest.batch] 12-12-2019 11:57:40: SVR: Table has been dropped! [javatest.batch] 12-12-2019 11:57:40: SVR: Cleanup [javatest.batch] 12-12-2019 11:57:40: SVR: Test running in servlet vehicle passed [javatest.batch] 12-12-2019 11:57:41: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/noTx/lifecycle/lifecycleClient1.java#testAssociationMCFandRA_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 90 (90 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 49 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/noTx/lifecycle/lifecycleClient1.java#testAssociationMCFandRA2_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:57:41: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:57:41: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:57:41: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testAssociationMCFandRA2 -vehicle connectorservlet -ap /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/tssql.stmt [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:57:41: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:57:41: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:57:41: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:57:41: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:57:41: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:57:42: Opened connection to http://localhost:8001/lifecycle_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:57:42: TRACE: got outputstream [javatest.batch] 12-12-2019 11:57:42: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:57:42: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:57:42: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:57:42: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:57:42: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:57:42: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:57:42: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:57:42: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:57:42: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:57:42: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=lifecycle_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnulltestName=testAssociationMCFandRA2nullvehicle=connectorservletnullharness.log.delayseconds=1nullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nullwhitebox-notx=java:comp/env/eis/whitebox-notxnulltest_classname=com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1nullwebServerHost=localhostnullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:57:42: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:57:42: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:57:42: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1 [javatest.batch] 12-12-2019 11:57:42: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1 [javatest.batch] 12-12-2019 11:57:42: SVR-TRACE: ** IN getRunMethod: testname=testAssociationMCFandRA2 [javatest.batch] 12-12-2019 11:57:42: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:57:42: SVR-TRACE: **runmethod=testAssociationMCFandRA2 [javatest.batch] 12-12-2019 11:57:42: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:57:42: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:57:42: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testAssociationMCFandRA2_setup [javatest.batch] 12-12-2019 11:57:42: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:57:42: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:57:42: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:57:42: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testAssociationMCFandRA2_cleanup [javatest.batch] 12-12-2019 11:57:42: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:57:42: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:57:42: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:57:42: SVR: Using: java:comp/env/eis/whitebox-notx [javatest.batch] 12-12-2019 11:57:42: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:57:42: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:57:42: SVR: Performing callback verification... [javatest.batch] 12-12-2019 11:57:42: SVR: Got RA log. [javatest.batch] 12-12-2019 11:57:42: SVR-TRACE: Got connection. [javatest.batch] 12-12-2019 11:57:42: SVR-TRACE: [AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, XAManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, cbTestCPCandPVC: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., cbTestCPCandGPC: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, enterred submitSICWork(), submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workStarted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=5, notifications test: contextSetupComplete(): count=6, notifications test: workCompleted(): count=7, notifications test: workCompleted(): count=7, Work Object Submitted, WorkListenerImpl.workAccepted, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, str) passed, SharingViolationException(str, throwable) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, Xid Committed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, TransactionContext supported by Server., RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, SecurityContext supported by Server., RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, HintsContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, NoTxManagedConnectionFactory setResourceAdapter 1, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), LocalTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, IBAnnoWorkManager Work Object Submitted, IBAnnoMessageListener.workAccepted, IBAnnoMessageListener.workStarted, NestWork.constructor, NestWork.run, IBAnnoMessageListener committed Xid, TransactionContext Work Object Submitted, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., FAILURE: validateCustomPermFromAppServer(), throwing AccessControlException., SUCCESS: validateLocalGrantForCustomPerm passed., SUCCESS: validateRequiredPermSet passed., SUCCESS: CTSPermission3_name doesnt exist and was caught., SUCCESS: validateMissingPermFails passed., SUCCESS: validateRestrictedLocalPerm passed., SUCCESS: validateLocalPermsInvalidName() threw expected AccessControlException, SUCCESS: validateLocalPermsInvalidName passed., PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, NestWork.run, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, NoTxManagedConnectionFactory setResourceAdapter 1] [javatest.batch] 12-12-2019 11:57:42: SVR: Methods called correctly [javatest.batch] 12-12-2019 11:57:42: SVR: Performing end to end verification... [javatest.batch] 12-12-2019 11:57:42: SVR: Cleanup [javatest.batch] 12-12-2019 11:57:42: SVR: Test running in servlet vehicle passed [javatest.batch] 12-12-2019 11:57:43: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/noTx/lifecycle/lifecycleClient1.java#testAssociationMCFandRA2_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 91 (91 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 48 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/noTx/lifecycle/lifecycleClient1.java#testBootstrapforNull_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:57:43: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:57:43: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:57:43: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testBootstrapforNull -vehicle connectorservlet -ap /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/tssql.stmt [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:57:44: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:57:44: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:57:44: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:57:44: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:57:44: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:57:44: Opened connection to http://localhost:8001/lifecycle_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:57:44: TRACE: got outputstream [javatest.batch] 12-12-2019 11:57:44: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:57:44: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:57:44: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:57:44: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:57:44: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:57:44: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:57:44: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:57:44: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:57:44: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:57:44: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=lifecycle_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnulltestName=testBootstrapforNullnullvehicle=connectorservletnullharness.log.delayseconds=1nullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nullwhitebox-notx=java:comp/env/eis/whitebox-notxnulltest_classname=com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1nullwebServerHost=localhostnullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:57:44: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:57:44: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:57:44: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1 [javatest.batch] 12-12-2019 11:57:44: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1 [javatest.batch] 12-12-2019 11:57:44: SVR-TRACE: ** IN getRunMethod: testname=testBootstrapforNull [javatest.batch] 12-12-2019 11:57:44: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:57:44: SVR-TRACE: **runmethod=testBootstrapforNull [javatest.batch] 12-12-2019 11:57:44: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:57:44: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:57:44: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testBootstrapforNull_setup [javatest.batch] 12-12-2019 11:57:44: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:57:44: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:57:44: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:57:44: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testBootstrapforNull_cleanup [javatest.batch] 12-12-2019 11:57:44: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:57:44: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:57:44: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:57:44: SVR: Using: java:comp/env/eis/whitebox-notx [javatest.batch] 12-12-2019 11:57:44: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:57:44: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:57:44: SVR: Performing callback verification... [javatest.batch] 12-12-2019 11:57:44: SVR: Got RA log. [javatest.batch] 12-12-2019 11:57:44: SVR-TRACE: Got connection. [javatest.batch] 12-12-2019 11:57:44: SVR-TRACE: [AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, XAManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, cbTestCPCandPVC: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., cbTestCPCandGPC: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, enterred submitSICWork(), submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workStarted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=5, notifications test: contextSetupComplete(): count=6, notifications test: workCompleted(): count=7, notifications test: workCompleted(): count=7, Work Object Submitted, WorkListenerImpl.workAccepted, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, str) passed, SharingViolationException(str, throwable) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, Xid Committed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, TransactionContext supported by Server., RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, SecurityContext supported by Server., RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, HintsContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, NoTxManagedConnectionFactory setResourceAdapter 1, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), LocalTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, IBAnnoWorkManager Work Object Submitted, IBAnnoMessageListener.workAccepted, IBAnnoMessageListener.workStarted, NestWork.constructor, NestWork.run, IBAnnoMessageListener committed Xid, TransactionContext Work Object Submitted, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., FAILURE: validateCustomPermFromAppServer(), throwing AccessControlException., SUCCESS: validateLocalGrantForCustomPerm passed., SUCCESS: validateRequiredPermSet passed., SUCCESS: CTSPermission3_name doesnt exist and was caught., SUCCESS: validateMissingPermFails passed., SUCCESS: validateRestrictedLocalPerm passed., SUCCESS: validateLocalPermsInvalidName() threw expected AccessControlException, SUCCESS: validateLocalPermsInvalidName passed., PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, NestWork.run, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, NoTxManagedConnectionFactory setResourceAdapter 1] [javatest.batch] 12-12-2019 11:57:44: SVR: Methods called correctly [javatest.batch] 12-12-2019 11:57:44: SVR: Performing end to end verification... [javatest.batch] 12-12-2019 11:57:44: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 12-12-2019 11:57:44: SVR: Values inserted into table! [javatest.batch] 12-12-2019 11:57:44: SVR: Table has been dropped! [javatest.batch] 12-12-2019 11:57:44: SVR: Cleanup [javatest.batch] 12-12-2019 11:57:44: SVR: Test running in servlet vehicle passed [javatest.batch] 12-12-2019 11:57:45: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/noTx/lifecycle/lifecycleClient1.java#testBootstrapforNull_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 92 (92 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 47 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/noTx/lifecycle/lifecycleClient1.java#testInstantiationOfRA_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:57:45: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:57:45: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:57:46: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testInstantiationOfRA -vehicle connectorservlet -ap /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/tssql.stmt [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:57:46: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:57:46: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:57:46: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:57:46: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:57:46: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:57:46: Opened connection to http://localhost:8001/lifecycle_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:57:46: TRACE: got outputstream [javatest.batch] 12-12-2019 11:57:46: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:57:46: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:57:46: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:57:46: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:57:46: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:57:46: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:57:46: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:57:46: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:57:46: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:57:46: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=lifecycle_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnulltestName=testInstantiationOfRAnullvehicle=connectorservletnullharness.log.delayseconds=1nullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nullwhitebox-notx=java:comp/env/eis/whitebox-notxnulltest_classname=com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1nullwebServerHost=localhostnullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:57:46: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:57:46: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:57:46: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1 [javatest.batch] 12-12-2019 11:57:46: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1 [javatest.batch] 12-12-2019 11:57:46: SVR-TRACE: ** IN getRunMethod: testname=testInstantiationOfRA [javatest.batch] 12-12-2019 11:57:46: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:57:46: SVR-TRACE: **runmethod=testInstantiationOfRA [javatest.batch] 12-12-2019 11:57:46: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:57:46: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:57:46: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testInstantiationOfRA_setup [javatest.batch] 12-12-2019 11:57:46: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:57:46: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:57:46: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:57:46: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testInstantiationOfRA_cleanup [javatest.batch] 12-12-2019 11:57:46: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:57:46: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:57:46: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:57:46: SVR: Using: java:comp/env/eis/whitebox-notx [javatest.batch] 12-12-2019 11:57:46: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:57:46: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:57:46: SVR: Performing callback verification... [javatest.batch] 12-12-2019 11:57:46: SVR: Got RA log. [javatest.batch] 12-12-2019 11:57:46: SVR-TRACE: Got connection. [javatest.batch] 12-12-2019 11:57:46: SVR-TRACE: [AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, XAManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, cbTestCPCandPVC: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., cbTestCPCandGPC: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, enterred submitSICWork(), submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workStarted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=5, notifications test: contextSetupComplete(): count=6, notifications test: workCompleted(): count=7, notifications test: workCompleted(): count=7, Work Object Submitted, WorkListenerImpl.workAccepted, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, str) passed, SharingViolationException(str, throwable) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, Xid Committed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, TransactionContext supported by Server., RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, SecurityContext supported by Server., RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, HintsContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, NoTxManagedConnectionFactory setResourceAdapter 1, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), LocalTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, IBAnnoWorkManager Work Object Submitted, IBAnnoMessageListener.workAccepted, IBAnnoMessageListener.workStarted, NestWork.constructor, NestWork.run, IBAnnoMessageListener committed Xid, TransactionContext Work Object Submitted, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., FAILURE: validateCustomPermFromAppServer(), throwing AccessControlException., SUCCESS: validateLocalGrantForCustomPerm passed., SUCCESS: validateRequiredPermSet passed., SUCCESS: CTSPermission3_name doesnt exist and was caught., SUCCESS: validateMissingPermFails passed., SUCCESS: validateRestrictedLocalPerm passed., SUCCESS: validateLocalPermsInvalidName() threw expected AccessControlException, SUCCESS: validateLocalPermsInvalidName passed., PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, NestWork.run, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, NoTxManagedConnectionFactory setResourceAdapter 1] [javatest.batch] 12-12-2019 11:57:46: SVR: Methods called correctly [javatest.batch] 12-12-2019 11:57:46: SVR: Performing end to end verification... [javatest.batch] 12-12-2019 11:57:46: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 12-12-2019 11:57:46: SVR: Values inserted into table! [javatest.batch] 12-12-2019 11:57:46: SVR: Table has been dropped! [javatest.batch] 12-12-2019 11:57:46: SVR: Cleanup [javatest.batch] 12-12-2019 11:57:46: SVR: Test running in servlet vehicle passed [javatest.batch] 12-12-2019 11:57:47: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/noTx/lifecycle/lifecycleClient1.java#testInstantiationOfRA_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 93 (93 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 46 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/noTx/lifecycle/lifecycleClient1.java#testMCFcalledOnce_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:57:48: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:57:48: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:57:48: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testMCFcalledOnce -vehicle connectorservlet -ap /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/tssql.stmt [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:57:48: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:57:48: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:57:48: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:57:48: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:57:48: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:57:48: Opened connection to http://localhost:8001/lifecycle_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:57:48: TRACE: got outputstream [javatest.batch] 12-12-2019 11:57:48: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:57:48: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:57:48: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:57:48: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:57:48: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:57:48: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:57:48: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:57:48: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:57:48: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:57:48: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=lifecycle_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnulltestName=testMCFcalledOncenullvehicle=connectorservletnullharness.log.delayseconds=1nullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nullwhitebox-notx=java:comp/env/eis/whitebox-notxnulltest_classname=com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1nullwebServerHost=localhostnullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:57:48: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:57:48: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:57:48: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1 [javatest.batch] 12-12-2019 11:57:48: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1 [javatest.batch] 12-12-2019 11:57:48: SVR-TRACE: ** IN getRunMethod: testname=testMCFcalledOnce [javatest.batch] 12-12-2019 11:57:48: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:57:48: SVR-TRACE: **runmethod=testMCFcalledOnce [javatest.batch] 12-12-2019 11:57:48: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:57:48: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:57:48: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testMCFcalledOnce_setup [javatest.batch] 12-12-2019 11:57:48: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:57:48: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:57:48: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:57:48: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testMCFcalledOnce_cleanup [javatest.batch] 12-12-2019 11:57:48: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:57:48: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:57:48: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:57:48: SVR: Using: java:comp/env/eis/whitebox-notx [javatest.batch] 12-12-2019 11:57:48: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:57:48: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:57:48: SVR: Performing callback verification... [javatest.batch] 12-12-2019 11:57:48: SVR: Got RA log. [javatest.batch] 12-12-2019 11:57:48: SVR-TRACE: Got connection. [javatest.batch] 12-12-2019 11:57:48: SVR-TRACE: [AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, XAManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, cbTestCPCandPVC: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., cbTestCPCandGPC: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, enterred submitSICWork(), submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workStarted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=5, notifications test: contextSetupComplete(): count=6, notifications test: workCompleted(): count=7, notifications test: workCompleted(): count=7, Work Object Submitted, WorkListenerImpl.workAccepted, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, str) passed, SharingViolationException(str, throwable) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, Xid Committed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, TransactionContext supported by Server., RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, SecurityContext supported by Server., RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, HintsContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, NoTxManagedConnectionFactory setResourceAdapter 1, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), LocalTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, IBAnnoWorkManager Work Object Submitted, IBAnnoMessageListener.workAccepted, IBAnnoMessageListener.workStarted, NestWork.constructor, NestWork.run, IBAnnoMessageListener committed Xid, TransactionContext Work Object Submitted, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., FAILURE: validateCustomPermFromAppServer(), throwing AccessControlException., SUCCESS: validateLocalGrantForCustomPerm passed., SUCCESS: validateRequiredPermSet passed., SUCCESS: CTSPermission3_name doesnt exist and was caught., SUCCESS: validateMissingPermFails passed., SUCCESS: validateRestrictedLocalPerm passed., SUCCESS: validateLocalPermsInvalidName() threw expected AccessControlException, SUCCESS: validateLocalPermsInvalidName passed., PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, NestWork.run, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, NoTxManagedConnectionFactory setResourceAdapter 1] [javatest.batch] 12-12-2019 11:57:48: SVR: Methods called correctly [javatest.batch] 12-12-2019 11:57:48: SVR: Performing end to end verification... [javatest.batch] 12-12-2019 11:57:48: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 12-12-2019 11:57:48: SVR: Values inserted into table! [javatest.batch] 12-12-2019 11:57:48: SVR: Table has been dropped! [javatest.batch] 12-12-2019 11:57:48: SVR: Cleanup [javatest.batch] 12-12-2019 11:57:48: SVR: Test running in servlet vehicle passed [javatest.batch] 12-12-2019 11:57:49: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/noTx/lifecycle/lifecycleClient1.java#testMCFcalledOnce_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 94 (94 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 45 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/noTx/lifecycle/lifecycleClient1.java#testRAforJavaBean_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:57:50: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:57:50: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:57:50: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testRAforJavaBean -vehicle connectorservlet -ap /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/tssql.stmt [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:57:50: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:57:50: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:57:50: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:57:50: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:57:50: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:57:51: Opened connection to http://localhost:8001/lifecycle_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:57:51: TRACE: got outputstream [javatest.batch] 12-12-2019 11:57:51: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:57:51: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:57:51: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:57:51: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:57:51: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:57:51: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:57:51: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:57:51: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:57:51: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:57:51: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=lifecycle_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnulltestName=testRAforJavaBeannullvehicle=connectorservletnullharness.log.delayseconds=1nullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nullwhitebox-notx=java:comp/env/eis/whitebox-notxnulltest_classname=com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1nullwebServerHost=localhostnullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:57:51: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:57:51: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:57:51: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1 [javatest.batch] 12-12-2019 11:57:51: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1 [javatest.batch] 12-12-2019 11:57:51: SVR-TRACE: ** IN getRunMethod: testname=testRAforJavaBean [javatest.batch] 12-12-2019 11:57:51: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:57:51: SVR-TRACE: **runmethod=testRAforJavaBean [javatest.batch] 12-12-2019 11:57:51: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:57:51: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:57:51: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testRAforJavaBean_setup [javatest.batch] 12-12-2019 11:57:51: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:57:51: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:57:51: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:57:51: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testRAforJavaBean_cleanup [javatest.batch] 12-12-2019 11:57:51: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:57:51: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:57:51: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:57:51: SVR: Using: java:comp/env/eis/whitebox-notx [javatest.batch] 12-12-2019 11:57:51: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:57:51: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:57:51: SVR: Performing callback verification... [javatest.batch] 12-12-2019 11:57:51: SVR: Got RA log. [javatest.batch] 12-12-2019 11:57:51: SVR-TRACE: Got connection. [javatest.batch] 12-12-2019 11:57:51: SVR-TRACE: [AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, XAManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, cbTestCPCandPVC: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., cbTestCPCandGPC: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, enterred submitSICWork(), submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workStarted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=5, notifications test: contextSetupComplete(): count=6, notifications test: workCompleted(): count=7, notifications test: workCompleted(): count=7, Work Object Submitted, WorkListenerImpl.workAccepted, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, str) passed, SharingViolationException(str, throwable) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, Xid Committed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, TransactionContext supported by Server., RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, SecurityContext supported by Server., RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, HintsContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, NoTxManagedConnectionFactory setResourceAdapter 1, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), LocalTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, IBAnnoWorkManager Work Object Submitted, IBAnnoMessageListener.workAccepted, IBAnnoMessageListener.workStarted, NestWork.constructor, NestWork.run, IBAnnoMessageListener committed Xid, TransactionContext Work Object Submitted, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., FAILURE: validateCustomPermFromAppServer(), throwing AccessControlException., SUCCESS: validateLocalGrantForCustomPerm passed., SUCCESS: validateRequiredPermSet passed., SUCCESS: CTSPermission3_name doesnt exist and was caught., SUCCESS: validateMissingPermFails passed., SUCCESS: validateRestrictedLocalPerm passed., SUCCESS: validateLocalPermsInvalidName() threw expected AccessControlException, SUCCESS: validateLocalPermsInvalidName passed., PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, NestWork.run, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, NoTxManagedConnectionFactory setResourceAdapter 1] [javatest.batch] 12-12-2019 11:57:51: SVR: Methods called correctly [javatest.batch] 12-12-2019 11:57:51: SVR: Performing end to end verification... [javatest.batch] 12-12-2019 11:57:51: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 12-12-2019 11:57:51: SVR: Values inserted into table! [javatest.batch] 12-12-2019 11:57:51: SVR: Table has been dropped! [javatest.batch] 12-12-2019 11:57:51: SVR: Exception dropping table. [javatest.batch] 12-12-2019 11:57:51: SVR: Cleanup [javatest.batch] 12-12-2019 11:57:51: SVR: Test running in servlet vehicle passed [javatest.batch] 12-12-2019 11:57:52: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/noTx/lifecycle/lifecycleClient1.java#testRAforJavaBean_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 95 (95 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 44 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/noTx/lifecycle/lifecycleClient1.java#testRASharability_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:57:52: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:57:52: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:57:52: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testRASharability -vehicle connectorservlet -ap /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/tssql.stmt [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:57:52: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:57:52: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:57:52: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:57:52: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:57:52: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:57:53: Opened connection to http://localhost:8001/lifecycle_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:57:53: TRACE: got outputstream [javatest.batch] 12-12-2019 11:57:53: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:57:53: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:57:53: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:57:53: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:57:53: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:57:53: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:57:53: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:57:53: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:57:53: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:57:53: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=lifecycle_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnulltestName=testRASharabilitynullvehicle=connectorservletnullharness.log.delayseconds=1nullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nullwhitebox-notx=java:comp/env/eis/whitebox-notxnulltest_classname=com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1nullwebServerHost=localhostnullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:57:53: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:57:53: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:57:53: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1 [javatest.batch] 12-12-2019 11:57:53: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.noTx.lifecycle.lifecycleClient1 [javatest.batch] 12-12-2019 11:57:53: SVR-TRACE: ** IN getRunMethod: testname=testRASharability [javatest.batch] 12-12-2019 11:57:53: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:57:53: SVR-TRACE: **runmethod=testRASharability [javatest.batch] 12-12-2019 11:57:53: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:57:53: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:57:53: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testRASharability_setup [javatest.batch] 12-12-2019 11:57:53: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:57:53: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:57:53: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:57:53: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testRASharability_cleanup [javatest.batch] 12-12-2019 11:57:53: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:57:53: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:57:53: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:57:53: SVR: Using: java:comp/env/eis/whitebox-notx [javatest.batch] 12-12-2019 11:57:53: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:57:53: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:57:53: SVR: Performing callback verification... [javatest.batch] 12-12-2019 11:57:53: SVR: Got RA log. [javatest.batch] 12-12-2019 11:57:53: SVR-TRACE: Got connection. [javatest.batch] 12-12-2019 11:57:53: SVR-TRACE: [AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, XAManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, cbTestCPCandPVC: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., cbTestCPCandGPC: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, enterred submitSICWork(), submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workStarted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=5, notifications test: contextSetupComplete(): count=6, notifications test: workCompleted(): count=7, notifications test: workCompleted(): count=7, Work Object Submitted, WorkListenerImpl.workAccepted, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, str) passed, SharingViolationException(str, throwable) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, Xid Committed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, TransactionContext supported by Server., RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, SecurityContext supported by Server., RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, HintsContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, NoTxManagedConnectionFactory setResourceAdapter 1, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), LocalTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, IBAnnoWorkManager Work Object Submitted, IBAnnoMessageListener.workAccepted, IBAnnoMessageListener.workStarted, NestWork.constructor, NestWork.run, IBAnnoMessageListener committed Xid, TransactionContext Work Object Submitted, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., FAILURE: validateCustomPermFromAppServer(), throwing AccessControlException., SUCCESS: validateLocalGrantForCustomPerm passed., SUCCESS: validateRequiredPermSet passed., SUCCESS: CTSPermission3_name doesnt exist and was caught., SUCCESS: validateMissingPermFails passed., SUCCESS: validateRestrictedLocalPerm passed., SUCCESS: validateLocalPermsInvalidName() threw expected AccessControlException, SUCCESS: validateLocalPermsInvalidName passed., PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, NestWork.run, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, NoTxManagedConnectionFactory setResourceAdapter 1] [javatest.batch] 12-12-2019 11:57:53: SVR: Methods called correctly [javatest.batch] 12-12-2019 11:57:53: SVR: Performing end to end verification... [javatest.batch] 12-12-2019 11:57:53: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 12-12-2019 11:57:53: SVR: Values inserted into table! [javatest.batch] 12-12-2019 11:57:53: SVR: Table has been dropped! [javatest.batch] 12-12-2019 11:57:53: SVR: Cleanup [javatest.batch] 12-12-2019 11:57:53: SVR: Test running in servlet vehicle passed [javatest.batch] 12-12-2019 11:57:54: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/noTx/lifecycle/lifecycleClient1.java#testRASharability_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 96 (96 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 43 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/noTx/security/securityClient1.java#testAppEISSignon_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:57:54: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:57:54: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:57:54: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testAppEISSignon -vehicle connectorservlet -ap /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/tssql.stmt [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:57:54: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:57:54: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:57:54: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:57:54: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:57:54: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:57:55: Opened connection to http://localhost:8001/security_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:57:55: TRACE: got outputstream [javatest.batch] 12-12-2019 11:57:55: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:57:55: SVR-TRACE: init com.sun.ts.tests.common.vehicle.connectorservlet.ConnectorServletVehicle ... [javatest.batch] 12-12-2019 11:57:55: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:57:55: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:57:55: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:57:55: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:57:55: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:57:55: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:57:55: SVR-TRACE: --- Property Listing ---nullrapassword1=cts1nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=security_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnulltestName=testAppEISSignonnullvehicle=connectorservletnullharness.log.delayseconds=1nullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nullwhitebox-notx=java:comp/env/eis/whitebox-notxnulltest_classname=com.sun.ts.tests.connector.noTx.security.securityClient1nullwebServerHost=localhostnullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullrauser1=cts1nullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:57:55: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:57:55: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:57:55: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.noTx.security.securityClient1 [javatest.batch] 12-12-2019 11:57:55: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.noTx.security.securityClient1 [javatest.batch] 12-12-2019 11:57:55: SVR-TRACE: ** IN getRunMethod: testname=testAppEISSignon [javatest.batch] 12-12-2019 11:57:55: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:57:55: SVR-TRACE: **runmethod=testAppEISSignon [javatest.batch] 12-12-2019 11:57:55: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:57:55: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:57:55: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testAppEISSignon_setup [javatest.batch] 12-12-2019 11:57:55: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:57:55: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:57:55: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:57:55: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testAppEISSignon_cleanup [javatest.batch] 12-12-2019 11:57:55: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:57:55: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:57:55: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:57:55: SVR: Using: java:comp/env/eis/whitebox-notx [javatest.batch] 12-12-2019 11:57:55: SVR: Using: java:comp/env/eis/whitebox-notx-param [javatest.batch] 12-12-2019 11:57:55: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@2de967e0 [javatest.batch] 12-12-2019 11:57:55: SVR: ds2 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@60d09c88 [javatest.batch] 12-12-2019 11:57:55: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:57:55: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:57:55: SVR: Using: java:comp/env/eis/whitebox-notx-param [javatest.batch] 12-12-2019 11:57:55: SVR: Got connection object from the TSDataSource. [javatest.batch] 12-12-2019 11:57:55: SVR: Checking for Connection Validity. [javatest.batch] 12-12-2019 11:57:55: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 12-12-2019 11:57:55: SVR: Values inserted into table! [javatest.batch] 12-12-2019 11:57:55: SVR: Table has been dropped! [javatest.batch] 12-12-2019 11:57:55: SVR: Cleanup [javatest.batch] 12-12-2019 11:57:55: SVR-TRACE: Closing connection in cleanup. [javatest.batch] 12-12-2019 11:57:55: SVR: Test running in servlet vehicle passed [javatest.batch] 12-12-2019 11:57:55: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:57:55: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:57:56: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/noTx/security/securityClient1.java#testAppEISSignon_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 97 (97 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 42 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/noTx/security/securityClient1.java#testComponentManaged_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:57:56: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:57:56: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:57:56: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testComponentManaged -vehicle connectorservlet -ap /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/tssql.stmt [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:57:57: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:57:57: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:57:57: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:57:57: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:57:57: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:57:57: Opened connection to http://localhost:8001/security_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:57:57: TRACE: got outputstream [javatest.batch] 12-12-2019 11:57:57: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:57:57: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:57:57: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:57:57: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:57:57: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:57:57: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:57:57: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:57:57: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:57:57: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:57:57: SVR-TRACE: --- Property Listing ---nullrapassword1=cts1nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=security_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnulltestName=testComponentManagednullvehicle=connectorservletnullharness.log.delayseconds=1nullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nullwhitebox-notx=java:comp/env/eis/whitebox-notxnulltest_classname=com.sun.ts.tests.connector.noTx.security.securityClient1nullwebServerHost=localhostnullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullrauser1=cts1nullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:57:57: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:57:57: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:57:57: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.noTx.security.securityClient1 [javatest.batch] 12-12-2019 11:57:57: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.noTx.security.securityClient1 [javatest.batch] 12-12-2019 11:57:57: SVR-TRACE: ** IN getRunMethod: testname=testComponentManaged [javatest.batch] 12-12-2019 11:57:57: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:57:57: SVR-TRACE: **runmethod=testComponentManaged [javatest.batch] 12-12-2019 11:57:57: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:57:57: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:57:57: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testComponentManaged_setup [javatest.batch] 12-12-2019 11:57:57: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:57:57: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:57:57: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:57:57: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testComponentManaged_cleanup [javatest.batch] 12-12-2019 11:57:57: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:57:57: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:57:57: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:57:57: SVR: Using: java:comp/env/eis/whitebox-notx [javatest.batch] 12-12-2019 11:57:57: SVR: Using: java:comp/env/eis/whitebox-notx-param [javatest.batch] 12-12-2019 11:57:57: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@35602e3d [javatest.batch] 12-12-2019 11:57:57: SVR: ds2 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@b91e02a [javatest.batch] 12-12-2019 11:57:57: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:57:57: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:57:57: SVR: Using: java:comp/env/eis/whitebox-notx-param [javatest.batch] 12-12-2019 11:57:57: SVR: Got connection object from the TSDataSource. [javatest.batch] 12-12-2019 11:57:57: SVR: Checking for Connection Validity. [javatest.batch] 12-12-2019 11:57:57: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 12-12-2019 11:57:57: SVR: Values inserted into table! [javatest.batch] 12-12-2019 11:57:57: SVR: Table has been dropped! [javatest.batch] 12-12-2019 11:57:57: SVR: Cleanup [javatest.batch] 12-12-2019 11:57:57: SVR-TRACE: Closing connection in cleanup. [javatest.batch] 12-12-2019 11:57:57: SVR: Test running in servlet vehicle passed [javatest.batch] 12-12-2019 11:57:58: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/noTx/security/securityClient1.java#testComponentManaged_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 98 (98 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 41 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/noTx/security/securityClient1.java#testConnManagerAllocateConnection_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:57:58: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:57:58: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:57:58: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testConnManagerAllocateConnection -vehicle connectorservlet -ap /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/tssql.stmt [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:57:59: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:57:59: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:57:59: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:57:59: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:57:59: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:57:59: Opened connection to http://localhost:8001/security_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:57:59: TRACE: got outputstream [javatest.batch] 12-12-2019 11:57:59: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:57:59: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:57:59: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:57:59: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:57:59: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:57:59: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:57:59: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:57:59: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:57:59: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:57:59: SVR-TRACE: --- Property Listing ---nullrapassword1=cts1nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=security_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnulltestName=testConnManagerAllocateConnectionnullvehicle=connectorservletnullharness.log.delayseconds=1nullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nullwhitebox-notx=java:comp/env/eis/whitebox-notxnulltest_classname=com.sun.ts.tests.connector.noTx.security.securityClient1nullwebServerHost=localhostnullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullrauser1=cts1nullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:57:59: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:57:59: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:57:59: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.noTx.security.securityClient1 [javatest.batch] 12-12-2019 11:57:59: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.noTx.security.securityClient1 [javatest.batch] 12-12-2019 11:57:59: SVR-TRACE: ** IN getRunMethod: testname=testConnManagerAllocateConnection [javatest.batch] 12-12-2019 11:57:59: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:57:59: SVR-TRACE: **runmethod=testConnManagerAllocateConnection [javatest.batch] 12-12-2019 11:57:59: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:57:59: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:57:59: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testConnManagerAllocateConnection_setup [javatest.batch] 12-12-2019 11:57:59: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:57:59: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:57:59: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:57:59: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testConnManagerAllocateConnection_cleanup [javatest.batch] 12-12-2019 11:57:59: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:57:59: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:57:59: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:57:59: SVR: Using: java:comp/env/eis/whitebox-notx [javatest.batch] 12-12-2019 11:57:59: SVR: Using: java:comp/env/eis/whitebox-notx-param [javatest.batch] 12-12-2019 11:57:59: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@5fbae442 [javatest.batch] 12-12-2019 11:57:59: SVR: ds2 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@7459add7 [javatest.batch] 12-12-2019 11:57:59: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:57:59: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:57:59: SVR: Got connection from the TSDataSource. [javatest.batch] 12-12-2019 11:57:59: SVR: Checking for Connection Validity. [javatest.batch] 12-12-2019 11:57:59: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 12-12-2019 11:57:59: SVR: Values inserted into table! [javatest.batch] 12-12-2019 11:57:59: SVR: Table has been dropped! [javatest.batch] 12-12-2019 11:57:59: SVR: Cleanup [javatest.batch] 12-12-2019 11:57:59: SVR-TRACE: Closing connection in cleanup. [javatest.batch] 12-12-2019 11:57:59: SVR: Test running in servlet vehicle passed [javatest.batch] 12-12-2019 11:58:00: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/noTx/security/securityClient1.java#testConnManagerAllocateConnection_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 99 (99 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 40 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/noTx/security/securityClient1.java#testContainerManaged_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:58:01: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:58:01: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:58:01: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testContainerManaged -vehicle connectorservlet -ap /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/tssql.stmt [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:58:01: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:58:01: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:58:01: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:58:01: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:58:01: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:58:01: Opened connection to http://localhost:8001/security_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:58:01: TRACE: got outputstream [javatest.batch] 12-12-2019 11:58:01: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:58:01: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:58:01: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:58:01: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:58:01: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:58:01: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:58:01: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:58:01: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:58:01: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:58:01: SVR-TRACE: --- Property Listing ---nullrapassword1=cts1nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=security_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnullwhitebox-notx-param=java:comp/env/eis/whitebox-notx-paramnulltestName=testContainerManagednullvehicle=connectorservletnullharness.log.delayseconds=1nullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nullwhitebox-notx=java:comp/env/eis/whitebox-notxnulltest_classname=com.sun.ts.tests.connector.noTx.security.securityClient1nullwebServerHost=localhostnullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullrauser1=cts1nullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:58:01: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:58:01: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:58:01: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.noTx.security.securityClient1 [javatest.batch] 12-12-2019 11:58:01: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.noTx.security.securityClient1 [javatest.batch] 12-12-2019 11:58:01: SVR-TRACE: ** IN getRunMethod: testname=testContainerManaged [javatest.batch] 12-12-2019 11:58:01: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:58:01: SVR-TRACE: **runmethod=testContainerManaged [javatest.batch] 12-12-2019 11:58:01: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:58:01: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:58:01: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testContainerManaged_setup [javatest.batch] 12-12-2019 11:58:01: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:58:01: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:58:01: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:58:01: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testContainerManaged_cleanup [javatest.batch] 12-12-2019 11:58:01: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:58:01: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:58:01: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:58:01: SVR: Using: java:comp/env/eis/whitebox-notx [javatest.batch] 12-12-2019 11:58:01: SVR: Using: java:comp/env/eis/whitebox-notx-param [javatest.batch] 12-12-2019 11:58:01: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@51c7d4ab [javatest.batch] 12-12-2019 11:58:01: SVR: ds2 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@66071b4c [javatest.batch] 12-12-2019 11:58:01: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:58:01: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:58:01: SVR: Got connection from the TSDataSource. [javatest.batch] 12-12-2019 11:58:01: SVR: Checking for Connection Validity. [javatest.batch] 12-12-2019 11:58:01: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 12-12-2019 11:58:01: SVR: Values inserted into table! [javatest.batch] 12-12-2019 11:58:01: SVR: Table has been dropped! [javatest.batch] 12-12-2019 11:58:01: SVR: Cleanup [javatest.batch] 12-12-2019 11:58:01: SVR-TRACE: Closing connection in cleanup. [javatest.batch] 12-12-2019 11:58:01: SVR: Test running in servlet vehicle passed [javatest.batch] 12-12-2019 11:58:02: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/noTx/security/securityClient1.java#testContainerManaged_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 100 (100 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 39 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/noTx/workmgt/workmgtClient1.java#testForUnsharedTimer_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:58:03: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:58:03: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:58:03: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testForUnsharedTimer -vehicle connectorservlet -ap /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/tssql.stmt [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:58:03: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:58:03: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:58:03: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:58:03: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:58:03: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:58:03: Opened connection to http://localhost:8001/workmgt_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:58:03: TRACE: got outputstream [javatest.batch] 12-12-2019 11:58:03: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:58:03: SVR-TRACE: init com.sun.ts.tests.common.vehicle.connectorservlet.ConnectorServletVehicle ... [javatest.batch] 12-12-2019 11:58:03: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:58:03: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:58:03: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:58:03: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:58:03: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:58:03: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:58:03: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=workmgt_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnulltestName=testForUnsharedTimernullvehicle=connectorservletnullharness.log.delayseconds=1nullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nullwhitebox-notx=java:comp/env/eis/whitebox-notxnulltest_classname=com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1nullwebServerHost=localhostnullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:58:03: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:58:03: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:58:03: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1 [javatest.batch] 12-12-2019 11:58:03: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1 [javatest.batch] 12-12-2019 11:58:03: SVR-TRACE: ** IN getRunMethod: testname=testForUnsharedTimer [javatest.batch] 12-12-2019 11:58:03: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:58:03: SVR-TRACE: **runmethod=testForUnsharedTimer [javatest.batch] 12-12-2019 11:58:03: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:58:03: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:58:03: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testForUnsharedTimer_setup [javatest.batch] 12-12-2019 11:58:03: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:58:03: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:58:03: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:58:03: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testForUnsharedTimer_cleanup [javatest.batch] 12-12-2019 11:58:03: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:58:03: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:58:03: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:58:03: SVR: Using: java:comp/env/eis/whitebox-notx [javatest.batch] 12-12-2019 11:58:03: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:58:03: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:58:03: SVR: Performing callback verification... [javatest.batch] 12-12-2019 11:58:03: SVR: Got RA log. [javatest.batch] 12-12-2019 11:58:03: SVR-TRACE: Got connection. [javatest.batch] 12-12-2019 11:58:03: SVR-TRACE: [AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, XAManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, cbTestCPCandPVC: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., cbTestCPCandGPC: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, enterred submitSICWork(), submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workStarted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=5, notifications test: contextSetupComplete(): count=6, notifications test: workCompleted(): count=7, notifications test: workCompleted(): count=7, Work Object Submitted, WorkListenerImpl.workAccepted, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, str) passed, SharingViolationException(str, throwable) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, Xid Committed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, TransactionContext supported by Server., RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, SecurityContext supported by Server., RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, HintsContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, NoTxManagedConnectionFactory setResourceAdapter 1, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), LocalTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, IBAnnoWorkManager Work Object Submitted, IBAnnoMessageListener.workAccepted, IBAnnoMessageListener.workStarted, NestWork.constructor, NestWork.run, IBAnnoMessageListener committed Xid, TransactionContext Work Object Submitted, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., FAILURE: validateCustomPermFromAppServer(), throwing AccessControlException., SUCCESS: validateLocalGrantForCustomPerm passed., SUCCESS: validateRequiredPermSet passed., SUCCESS: CTSPermission3_name doesnt exist and was caught., SUCCESS: validateMissingPermFails passed., SUCCESS: validateRestrictedLocalPerm passed., SUCCESS: validateLocalPermsInvalidName() threw expected AccessControlException, SUCCESS: validateLocalPermsInvalidName passed., PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, NestWork.run, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, NoTxManagedConnectionFactory setResourceAdapter 1] [javatest.batch] 12-12-2019 11:58:03: SVR: Methods called correctly [javatest.batch] 12-12-2019 11:58:03: SVR: Performing end to end verification... [javatest.batch] 12-12-2019 11:58:03: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 12-12-2019 11:58:03: SVR: Values inserted into table! [javatest.batch] 12-12-2019 11:58:03: SVR: Table has been dropped! [javatest.batch] 12-12-2019 11:58:03: SVR: Cleanup [javatest.batch] 12-12-2019 11:58:03: SVR: Test running in servlet vehicle passed [javatest.batch] 12-12-2019 11:58:03: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:58:03: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:58:04: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/noTx/workmgt/workmgtClient1.java#testForUnsharedTimer_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 101 (101 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 38 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/noTx/workmgt/workmgtClient1.java#testNestedWork_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:58:05: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:58:05: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:58:05: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testNestedWork -vehicle connectorservlet -ap /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/tssql.stmt [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:58:05: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:58:05: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:58:05: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:58:05: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:58:05: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:58:06: Opened connection to http://localhost:8001/workmgt_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:58:06: TRACE: got outputstream [javatest.batch] 12-12-2019 11:58:06: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:58:06: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:58:06: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:58:06: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:58:06: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:58:06: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:58:06: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:58:06: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:58:06: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:58:06: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=workmgt_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnulltestName=testNestedWorknullvehicle=connectorservletnullharness.log.delayseconds=1nullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nullwhitebox-notx=java:comp/env/eis/whitebox-notxnulltest_classname=com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1nullwebServerHost=localhostnullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:58:06: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:58:06: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:58:06: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1 [javatest.batch] 12-12-2019 11:58:06: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1 [javatest.batch] 12-12-2019 11:58:06: SVR-TRACE: ** IN getRunMethod: testname=testNestedWork [javatest.batch] 12-12-2019 11:58:06: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:58:06: SVR-TRACE: **runmethod=testNestedWork [javatest.batch] 12-12-2019 11:58:06: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:58:06: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:58:06: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testNestedWork_setup [javatest.batch] 12-12-2019 11:58:06: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:58:06: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:58:06: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:58:06: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testNestedWork_cleanup [javatest.batch] 12-12-2019 11:58:06: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:58:06: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:58:06: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:58:06: SVR: Using: java:comp/env/eis/whitebox-notx [javatest.batch] 12-12-2019 11:58:06: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:58:06: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:58:06: SVR: Performing callback verification... [javatest.batch] 12-12-2019 11:58:06: SVR: Got RA log. [javatest.batch] 12-12-2019 11:58:06: SVR-TRACE: Got connection. [javatest.batch] 12-12-2019 11:58:06: SVR-TRACE: [AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, XAManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, cbTestCPCandPVC: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., cbTestCPCandGPC: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, enterred submitSICWork(), submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workStarted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=5, notifications test: contextSetupComplete(): count=6, notifications test: workCompleted(): count=7, notifications test: workCompleted(): count=7, Work Object Submitted, WorkListenerImpl.workAccepted, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, str) passed, SharingViolationException(str, throwable) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, Xid Committed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, TransactionContext supported by Server., RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, SecurityContext supported by Server., RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, HintsContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, NoTxManagedConnectionFactory setResourceAdapter 1, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), LocalTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, IBAnnoWorkManager Work Object Submitted, IBAnnoMessageListener.workAccepted, IBAnnoMessageListener.workStarted, NestWork.constructor, NestWork.run, IBAnnoMessageListener committed Xid, TransactionContext Work Object Submitted, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., FAILURE: validateCustomPermFromAppServer(), throwing AccessControlException., SUCCESS: validateLocalGrantForCustomPerm passed., SUCCESS: validateRequiredPermSet passed., SUCCESS: CTSPermission3_name doesnt exist and was caught., SUCCESS: validateMissingPermFails passed., SUCCESS: validateRestrictedLocalPerm passed., SUCCESS: validateLocalPermsInvalidName() threw expected AccessControlException, SUCCESS: validateLocalPermsInvalidName passed., PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, NestWork.run, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, NoTxManagedConnectionFactory setResourceAdapter 1] [javatest.batch] 12-12-2019 11:58:06: SVR: Methods called correctly [javatest.batch] 12-12-2019 11:58:06: SVR: Performing end to end verification... [javatest.batch] 12-12-2019 11:58:06: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 12-12-2019 11:58:06: SVR: Values inserted into table! [javatest.batch] 12-12-2019 11:58:06: SVR: Table has been dropped! [javatest.batch] 12-12-2019 11:58:06: SVR: Cleanup [javatest.batch] 12-12-2019 11:58:06: SVR: Test running in servlet vehicle passed [javatest.batch] 12-12-2019 11:58:07: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/noTx/workmgt/workmgtClient1.java#testNestedWork_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 102 (102 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 37 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/noTx/workmgt/workmgtClient1.java#testScheduleWork_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:58:07: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:58:07: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:58:07: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testScheduleWork -vehicle connectorservlet -ap /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/tssql.stmt [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:58:07: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:58:07: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:58:07: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:58:07: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:58:07: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:58:08: Opened connection to http://localhost:8001/workmgt_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:58:08: TRACE: got outputstream [javatest.batch] 12-12-2019 11:58:08: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:58:08: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:58:08: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:58:08: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:58:08: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:58:08: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:58:08: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:58:08: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:58:08: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:58:08: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=workmgt_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnulltestName=testScheduleWorknullvehicle=connectorservletnullharness.log.delayseconds=1nullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nullwhitebox-notx=java:comp/env/eis/whitebox-notxnulltest_classname=com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1nullwebServerHost=localhostnullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:58:08: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:58:08: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:58:08: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1 [javatest.batch] 12-12-2019 11:58:08: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1 [javatest.batch] 12-12-2019 11:58:08: SVR-TRACE: ** IN getRunMethod: testname=testScheduleWork [javatest.batch] 12-12-2019 11:58:08: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:58:08: SVR-TRACE: **runmethod=testScheduleWork [javatest.batch] 12-12-2019 11:58:08: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:58:08: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:58:08: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testScheduleWork_setup [javatest.batch] 12-12-2019 11:58:08: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:58:08: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:58:08: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:58:08: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testScheduleWork_cleanup [javatest.batch] 12-12-2019 11:58:08: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:58:08: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:58:08: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:58:08: SVR: Using: java:comp/env/eis/whitebox-notx [javatest.batch] 12-12-2019 11:58:08: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:58:08: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:58:08: SVR: Performing callback verification... [javatest.batch] 12-12-2019 11:58:08: SVR: Got RA log. [javatest.batch] 12-12-2019 11:58:08: SVR-TRACE: Got connection. [javatest.batch] 12-12-2019 11:58:08: SVR-TRACE: [AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, XAManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, cbTestCPCandPVC: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., cbTestCPCandGPC: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, enterred submitSICWork(), submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workStarted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=5, notifications test: contextSetupComplete(): count=6, notifications test: workCompleted(): count=7, notifications test: workCompleted(): count=7, Work Object Submitted, WorkListenerImpl.workAccepted, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, str) passed, SharingViolationException(str, throwable) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, Xid Committed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, TransactionContext supported by Server., RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, SecurityContext supported by Server., RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, HintsContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, NoTxManagedConnectionFactory setResourceAdapter 1, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), LocalTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, IBAnnoWorkManager Work Object Submitted, IBAnnoMessageListener.workAccepted, IBAnnoMessageListener.workStarted, NestWork.constructor, NestWork.run, IBAnnoMessageListener committed Xid, TransactionContext Work Object Submitted, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., FAILURE: validateCustomPermFromAppServer(), throwing AccessControlException., SUCCESS: validateLocalGrantForCustomPerm passed., SUCCESS: validateRequiredPermSet passed., SUCCESS: CTSPermission3_name doesnt exist and was caught., SUCCESS: validateMissingPermFails passed., SUCCESS: validateRestrictedLocalPerm passed., SUCCESS: validateLocalPermsInvalidName() threw expected AccessControlException, SUCCESS: validateLocalPermsInvalidName passed., PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, NestWork.run, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, NoTxManagedConnectionFactory setResourceAdapter 1] [javatest.batch] 12-12-2019 11:58:08: SVR: Methods called correctly [javatest.batch] 12-12-2019 11:58:08: SVR: Performing end to end verification... [javatest.batch] 12-12-2019 11:58:08: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 12-12-2019 11:58:08: SVR: Values inserted into table! [javatest.batch] 12-12-2019 11:58:08: SVR: Table has been dropped! [javatest.batch] 12-12-2019 11:58:08: SVR: Cleanup [javatest.batch] 12-12-2019 11:58:08: SVR: Test running in servlet vehicle passed [javatest.batch] 12-12-2019 11:58:09: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/noTx/workmgt/workmgtClient1.java#testScheduleWork_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 103 (103 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 36 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/noTx/workmgt/workmgtClient1.java#testScheduleWorkListener_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:58:09: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:58:09: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:58:09: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testScheduleWorkListener -vehicle connectorservlet -ap /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/tssql.stmt [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:58:09: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:58:09: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:58:09: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:58:10: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:58:10: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:58:10: Opened connection to http://localhost:8001/workmgt_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:58:10: TRACE: got outputstream [javatest.batch] 12-12-2019 11:58:10: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:58:10: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:58:10: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:58:10: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:58:10: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:58:10: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:58:10: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:58:10: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:58:10: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:58:10: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=workmgt_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnulltestName=testScheduleWorkListenernullvehicle=connectorservletnullharness.log.delayseconds=1nullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nullwhitebox-notx=java:comp/env/eis/whitebox-notxnulltest_classname=com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1nullwebServerHost=localhostnullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:58:10: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:58:10: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:58:10: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1 [javatest.batch] 12-12-2019 11:58:10: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1 [javatest.batch] 12-12-2019 11:58:10: SVR-TRACE: ** IN getRunMethod: testname=testScheduleWorkListener [javatest.batch] 12-12-2019 11:58:10: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:58:10: SVR-TRACE: **runmethod=testScheduleWorkListener [javatest.batch] 12-12-2019 11:58:10: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:58:10: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:58:10: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testScheduleWorkListener_setup [javatest.batch] 12-12-2019 11:58:10: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:58:10: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:58:10: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:58:10: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testScheduleWorkListener_cleanup [javatest.batch] 12-12-2019 11:58:10: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:58:10: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:58:10: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:58:10: SVR: Using: java:comp/env/eis/whitebox-notx [javatest.batch] 12-12-2019 11:58:10: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:58:10: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:58:10: SVR: Performing callback verification... [javatest.batch] 12-12-2019 11:58:10: SVR: Got RA log. [javatest.batch] 12-12-2019 11:58:10: SVR-TRACE: Got connection. [javatest.batch] 12-12-2019 11:58:10: SVR-TRACE: [AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, XAManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, cbTestCPCandPVC: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., cbTestCPCandGPC: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, enterred submitSICWork(), submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workStarted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=5, notifications test: contextSetupComplete(): count=6, notifications test: workCompleted(): count=7, notifications test: workCompleted(): count=7, Work Object Submitted, WorkListenerImpl.workAccepted, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, str) passed, SharingViolationException(str, throwable) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, Xid Committed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, TransactionContext supported by Server., RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, SecurityContext supported by Server., RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, HintsContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, NoTxManagedConnectionFactory setResourceAdapter 1, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), LocalTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, IBAnnoWorkManager Work Object Submitted, IBAnnoMessageListener.workAccepted, IBAnnoMessageListener.workStarted, NestWork.constructor, NestWork.run, IBAnnoMessageListener committed Xid, TransactionContext Work Object Submitted, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., FAILURE: validateCustomPermFromAppServer(), throwing AccessControlException., SUCCESS: validateLocalGrantForCustomPerm passed., SUCCESS: validateRequiredPermSet passed., SUCCESS: CTSPermission3_name doesnt exist and was caught., SUCCESS: validateMissingPermFails passed., SUCCESS: validateRestrictedLocalPerm passed., SUCCESS: validateLocalPermsInvalidName() threw expected AccessControlException, SUCCESS: validateLocalPermsInvalidName passed., PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, NestWork.run, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, NoTxManagedConnectionFactory setResourceAdapter 1] [javatest.batch] 12-12-2019 11:58:10: SVR: Methods called correctly [javatest.batch] 12-12-2019 11:58:10: SVR: Performing end to end verification... [javatest.batch] 12-12-2019 11:58:10: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 12-12-2019 11:58:10: SVR: Values inserted into table! [javatest.batch] 12-12-2019 11:58:10: SVR: Table has been dropped! [javatest.batch] 12-12-2019 11:58:10: SVR: Cleanup [javatest.batch] 12-12-2019 11:58:10: SVR: Test running in servlet vehicle passed [javatest.batch] 12-12-2019 11:58:11: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/noTx/workmgt/workmgtClient1.java#testScheduleWorkListener_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 104 (104 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 35 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/noTx/workmgt/workmgtClient1.java#testUnknownWorkDuration_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:58:11: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:58:11: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:58:12: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testUnknownWorkDuration -vehicle connectorservlet -ap /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/tssql.stmt [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:58:12: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:58:12: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:58:12: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:58:12: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:58:12: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:58:12: Opened connection to http://localhost:8001/workmgt_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:58:12: TRACE: got outputstream [javatest.batch] 12-12-2019 11:58:12: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:58:12: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:58:12: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:58:12: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:58:12: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:58:12: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:58:12: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:58:12: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:58:12: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=workmgt_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnulltestName=testUnknownWorkDurationnullvehicle=connectorservletnullharness.log.delayseconds=1nullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nullwhitebox-notx=java:comp/env/eis/whitebox-notxnulltest_classname=com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1nullwebServerHost=localhostnullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:58:12: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:58:12: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:58:12: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:58:12: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1 [javatest.batch] 12-12-2019 11:58:12: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1 [javatest.batch] 12-12-2019 11:58:12: SVR-TRACE: ** IN getRunMethod: testname=testUnknownWorkDuration [javatest.batch] 12-12-2019 11:58:12: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:58:12: SVR-TRACE: **runmethod=testUnknownWorkDuration [javatest.batch] 12-12-2019 11:58:12: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:58:12: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:58:12: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testUnknownWorkDuration_setup [javatest.batch] 12-12-2019 11:58:12: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:58:12: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:58:12: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:58:12: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testUnknownWorkDuration_cleanup [javatest.batch] 12-12-2019 11:58:12: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:58:12: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:58:12: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:58:12: SVR: Using: java:comp/env/eis/whitebox-notx [javatest.batch] 12-12-2019 11:58:12: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:58:12: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:58:12: SVR: Performing callback verification... [javatest.batch] 12-12-2019 11:58:12: SVR: Got RA log. [javatest.batch] 12-12-2019 11:58:12: SVR-TRACE: Got connection. [javatest.batch] 12-12-2019 11:58:12: SVR-TRACE: [AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, XAManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, cbTestCPCandPVC: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., cbTestCPCandGPC: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, enterred submitSICWork(), submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workStarted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=5, notifications test: contextSetupComplete(): count=6, notifications test: workCompleted(): count=7, notifications test: workCompleted(): count=7, Work Object Submitted, WorkListenerImpl.workAccepted, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, str) passed, SharingViolationException(str, throwable) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, Xid Committed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, TransactionContext supported by Server., RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, SecurityContext supported by Server., RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, HintsContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, NoTxManagedConnectionFactory setResourceAdapter 1, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), LocalTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, IBAnnoWorkManager Work Object Submitted, IBAnnoMessageListener.workAccepted, IBAnnoMessageListener.workStarted, NestWork.constructor, NestWork.run, IBAnnoMessageListener committed Xid, TransactionContext Work Object Submitted, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., FAILURE: validateCustomPermFromAppServer(), throwing AccessControlException., SUCCESS: validateLocalGrantForCustomPerm passed., SUCCESS: validateRequiredPermSet passed., SUCCESS: CTSPermission3_name doesnt exist and was caught., SUCCESS: validateMissingPermFails passed., SUCCESS: validateRestrictedLocalPerm passed., SUCCESS: validateLocalPermsInvalidName() threw expected AccessControlException, SUCCESS: validateLocalPermsInvalidName passed., PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, NestWork.run, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, NoTxManagedConnectionFactory setResourceAdapter 1] [javatest.batch] 12-12-2019 11:58:12: SVR: Methods called correctly [javatest.batch] 12-12-2019 11:58:12: SVR: Performing end to end verification... [javatest.batch] 12-12-2019 11:58:12: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 12-12-2019 11:58:12: SVR: Values inserted into table! [javatest.batch] 12-12-2019 11:58:12: SVR: Table has been dropped! [javatest.batch] 12-12-2019 11:58:12: SVR: Cleanup [javatest.batch] 12-12-2019 11:58:12: SVR: Test running in servlet vehicle passed [javatest.batch] 12-12-2019 11:58:13: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/noTx/workmgt/workmgtClient1.java#testUnknownWorkDuration_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 105 (105 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 34 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/noTx/workmgt/workmgtClient1.java#testWorkCompletedException_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:58:14: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:58:14: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:58:14: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testWorkCompletedException -vehicle connectorservlet -ap /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/tssql.stmt [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:58:14: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:58:14: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:58:14: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:58:14: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:58:14: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:58:14: Opened connection to http://localhost:8001/workmgt_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:58:14: TRACE: got outputstream [javatest.batch] 12-12-2019 11:58:14: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:58:14: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:58:14: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:58:14: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:58:14: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:58:14: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:58:14: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:58:14: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:58:14: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:58:14: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=workmgt_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnulltestName=testWorkCompletedExceptionnullvehicle=connectorservletnullharness.log.delayseconds=1nullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nullwhitebox-notx=java:comp/env/eis/whitebox-notxnulltest_classname=com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1nullwebServerHost=localhostnullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:58:14: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:58:14: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:58:14: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1 [javatest.batch] 12-12-2019 11:58:14: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1 [javatest.batch] 12-12-2019 11:58:14: SVR-TRACE: ** IN getRunMethod: testname=testWorkCompletedException [javatest.batch] 12-12-2019 11:58:14: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:58:14: SVR-TRACE: **runmethod=testWorkCompletedException [javatest.batch] 12-12-2019 11:58:14: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:58:14: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:58:14: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testWorkCompletedException_setup [javatest.batch] 12-12-2019 11:58:14: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:58:14: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:58:14: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:58:14: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testWorkCompletedException_cleanup [javatest.batch] 12-12-2019 11:58:14: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:58:14: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:58:14: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:58:14: SVR: Using: java:comp/env/eis/whitebox-notx [javatest.batch] 12-12-2019 11:58:14: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:58:14: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:58:14: SVR: Performing callback verification... [javatest.batch] 12-12-2019 11:58:14: SVR: Got RA log. [javatest.batch] 12-12-2019 11:58:14: SVR-TRACE: Got connection. [javatest.batch] 12-12-2019 11:58:14: SVR-TRACE: [AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, XAManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, cbTestCPCandPVC: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., cbTestCPCandGPC: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, enterred submitSICWork(), submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workStarted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=5, notifications test: contextSetupComplete(): count=6, notifications test: workCompleted(): count=7, notifications test: workCompleted(): count=7, Work Object Submitted, WorkListenerImpl.workAccepted, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, str) passed, SharingViolationException(str, throwable) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, Xid Committed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, TransactionContext supported by Server., RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, SecurityContext supported by Server., RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, HintsContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, NoTxManagedConnectionFactory setResourceAdapter 1, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), LocalTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, IBAnnoWorkManager Work Object Submitted, IBAnnoMessageListener.workAccepted, IBAnnoMessageListener.workStarted, NestWork.constructor, NestWork.run, IBAnnoMessageListener committed Xid, TransactionContext Work Object Submitted, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., FAILURE: validateCustomPermFromAppServer(), throwing AccessControlException., SUCCESS: validateLocalGrantForCustomPerm passed., SUCCESS: validateRequiredPermSet passed., SUCCESS: CTSPermission3_name doesnt exist and was caught., SUCCESS: validateMissingPermFails passed., SUCCESS: validateRestrictedLocalPerm passed., SUCCESS: validateLocalPermsInvalidName() threw expected AccessControlException, SUCCESS: validateLocalPermsInvalidName passed., PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, NestWork.run, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, NoTxManagedConnectionFactory setResourceAdapter 1] [javatest.batch] 12-12-2019 11:58:14: SVR: Methods called correctly [javatest.batch] 12-12-2019 11:58:14: SVR: Performing end to end verification... [javatest.batch] 12-12-2019 11:58:14: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 12-12-2019 11:58:14: SVR: Values inserted into table! [javatest.batch] 12-12-2019 11:58:14: SVR: Table has been dropped! [javatest.batch] 12-12-2019 11:58:14: SVR: Cleanup [javatest.batch] 12-12-2019 11:58:14: SVR: Test running in servlet vehicle passed [javatest.batch] 12-12-2019 11:58:15: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/noTx/workmgt/workmgtClient1.java#testWorkCompletedException_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 106 (106 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 33 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/noTx/workmgt/workmgtClient1.java#testWorkListenerImplementation_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:58:16: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:58:16: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:58:16: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testWorkListenerImplementation -vehicle connectorservlet -ap /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/tssql.stmt [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:58:16: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:58:16: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:58:16: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:58:16: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:58:16: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:58:16: Opened connection to http://localhost:8001/workmgt_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:58:16: TRACE: got outputstream [javatest.batch] 12-12-2019 11:58:16: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:58:16: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:58:16: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:58:16: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:58:16: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:58:17: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:58:17: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:58:17: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:58:17: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:58:17: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=workmgt_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnulltestName=testWorkListenerImplementationnullvehicle=connectorservletnullharness.log.delayseconds=1nullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nullwhitebox-notx=java:comp/env/eis/whitebox-notxnulltest_classname=com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1nullwebServerHost=localhostnullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:58:17: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:58:17: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:58:17: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1 [javatest.batch] 12-12-2019 11:58:17: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1 [javatest.batch] 12-12-2019 11:58:17: SVR-TRACE: ** IN getRunMethod: testname=testWorkListenerImplementation [javatest.batch] 12-12-2019 11:58:17: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:58:17: SVR-TRACE: **runmethod=testWorkListenerImplementation [javatest.batch] 12-12-2019 11:58:17: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:58:17: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:58:17: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testWorkListenerImplementation_setup [javatest.batch] 12-12-2019 11:58:17: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:58:17: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:58:17: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:58:17: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testWorkListenerImplementation_cleanup [javatest.batch] 12-12-2019 11:58:17: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:58:17: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:58:17: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:58:17: SVR: Using: java:comp/env/eis/whitebox-notx [javatest.batch] 12-12-2019 11:58:17: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:58:17: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:58:17: SVR: Performing callback verification... [javatest.batch] 12-12-2019 11:58:17: SVR: Got RA log. [javatest.batch] 12-12-2019 11:58:17: SVR-TRACE: Got connection. [javatest.batch] 12-12-2019 11:58:17: SVR-TRACE: [AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, XAManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, cbTestCPCandPVC: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., cbTestCPCandGPC: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, enterred submitSICWork(), submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workStarted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=5, notifications test: contextSetupComplete(): count=6, notifications test: workCompleted(): count=7, notifications test: workCompleted(): count=7, Work Object Submitted, WorkListenerImpl.workAccepted, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, str) passed, SharingViolationException(str, throwable) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, Xid Committed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, TransactionContext supported by Server., RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, SecurityContext supported by Server., RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, HintsContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, NoTxManagedConnectionFactory setResourceAdapter 1, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), LocalTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, IBAnnoWorkManager Work Object Submitted, IBAnnoMessageListener.workAccepted, IBAnnoMessageListener.workStarted, NestWork.constructor, NestWork.run, IBAnnoMessageListener committed Xid, TransactionContext Work Object Submitted, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., FAILURE: validateCustomPermFromAppServer(), throwing AccessControlException., SUCCESS: validateLocalGrantForCustomPerm passed., SUCCESS: validateRequiredPermSet passed., SUCCESS: CTSPermission3_name doesnt exist and was caught., SUCCESS: validateMissingPermFails passed., SUCCESS: validateRestrictedLocalPerm passed., SUCCESS: validateLocalPermsInvalidName() threw expected AccessControlException, SUCCESS: validateLocalPermsInvalidName passed., PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, NestWork.run, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, NoTxManagedConnectionFactory setResourceAdapter 1] [javatest.batch] 12-12-2019 11:58:17: SVR: Methods called correctly [javatest.batch] 12-12-2019 11:58:17: SVR: Performing end to end verification... [javatest.batch] 12-12-2019 11:58:17: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 12-12-2019 11:58:17: SVR: Values inserted into table! [javatest.batch] 12-12-2019 11:58:17: SVR: Table has been dropped! [javatest.batch] 12-12-2019 11:58:17: SVR: Cleanup [javatest.batch] 12-12-2019 11:58:17: SVR: Test running in servlet vehicle passed [javatest.batch] 12-12-2019 11:58:18: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/noTx/workmgt/workmgtClient1.java#testWorkListenerImplementation_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 107 (107 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 32 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/noTx/workmgt/workmgtClient1.java#testWorkManagerImplementaion_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:58:18: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:58:18: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:58:18: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testWorkManagerImplementaion -vehicle connectorservlet -ap /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/tssql.stmt [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:58:18: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:58:18: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:58:18: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:58:18: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:58:18: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:58:19: Opened connection to http://localhost:8001/workmgt_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:58:19: TRACE: got outputstream [javatest.batch] 12-12-2019 11:58:19: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:58:19: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:58:19: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:58:19: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:58:19: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:58:19: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:58:19: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:58:19: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:58:19: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:58:19: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=workmgt_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnulltestName=testWorkManagerImplementaionnullvehicle=connectorservletnullharness.log.delayseconds=1nullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nullwhitebox-notx=java:comp/env/eis/whitebox-notxnulltest_classname=com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1nullwebServerHost=localhostnullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:58:19: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:58:19: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:58:19: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1 [javatest.batch] 12-12-2019 11:58:19: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.noTx.workmgt.workmgtClient1 [javatest.batch] 12-12-2019 11:58:19: SVR-TRACE: ** IN getRunMethod: testname=testWorkManagerImplementaion [javatest.batch] 12-12-2019 11:58:19: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:58:19: SVR-TRACE: **runmethod=testWorkManagerImplementaion [javatest.batch] 12-12-2019 11:58:19: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:58:19: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:58:19: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testWorkManagerImplementaion_setup [javatest.batch] 12-12-2019 11:58:19: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:58:19: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:58:19: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:58:19: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testWorkManagerImplementaion_cleanup [javatest.batch] 12-12-2019 11:58:19: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:58:19: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:58:19: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:58:19: SVR: Using: java:comp/env/eis/whitebox-notx [javatest.batch] 12-12-2019 11:58:19: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:58:19: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:58:19: SVR: Performing callback verification... [javatest.batch] 12-12-2019 11:58:19: SVR: Got RA log. [javatest.batch] 12-12-2019 11:58:19: SVR-TRACE: Got connection. [javatest.batch] 12-12-2019 11:58:19: SVR-TRACE: [AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, XAManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, cbTestCPCandPVC: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., cbTestCPCandGPC: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, enterred submitSICWork(), submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workStarted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=5, notifications test: contextSetupComplete(): count=6, notifications test: workCompleted(): count=7, notifications test: workCompleted(): count=7, Work Object Submitted, WorkListenerImpl.workAccepted, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, str) passed, SharingViolationException(str, throwable) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, Xid Committed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, TransactionContext supported by Server., RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, SecurityContext supported by Server., RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, HintsContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, NoTxManagedConnectionFactory setResourceAdapter 1, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), LocalTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, IBAnnoWorkManager Work Object Submitted, IBAnnoMessageListener.workAccepted, IBAnnoMessageListener.workStarted, NestWork.constructor, NestWork.run, IBAnnoMessageListener committed Xid, TransactionContext Work Object Submitted, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., FAILURE: validateCustomPermFromAppServer(), throwing AccessControlException., SUCCESS: validateLocalGrantForCustomPerm passed., SUCCESS: validateRequiredPermSet passed., SUCCESS: CTSPermission3_name doesnt exist and was caught., SUCCESS: validateMissingPermFails passed., SUCCESS: validateRestrictedLocalPerm passed., SUCCESS: validateLocalPermsInvalidName() threw expected AccessControlException, SUCCESS: validateLocalPermsInvalidName passed., PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, NestWork.run, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, NoTxManagedConnectionFactory setResourceAdapter 1] [javatest.batch] 12-12-2019 11:58:19: SVR: Methods called correctly [javatest.batch] 12-12-2019 11:58:19: SVR: Performing end to end verification... [javatest.batch] 12-12-2019 11:58:19: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 12-12-2019 11:58:19: SVR: Values inserted into table! [javatest.batch] 12-12-2019 11:58:19: SVR: Table has been dropped! [javatest.batch] 12-12-2019 11:58:19: SVR: Cleanup [javatest.batch] 12-12-2019 11:58:19: SVR: Test running in servlet vehicle passed [javatest.batch] 12-12-2019 11:58:20: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/noTx/workmgt/workmgtClient1.java#testWorkManagerImplementaion_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 108 (108 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 31 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/permissiondd/Client.java#testValidateCustomPerm_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:58:20: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:58:20: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:58:20: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testValidateCustomPerm -vehicle connectorservlet -ap /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/tssql.stmt [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:58:20: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:58:20: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:58:20: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:58:20: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:58:20: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:58:21: Opened connection to http://localhost:8001/permissiondd_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:58:21: TRACE: got outputstream [javatest.batch] 12-12-2019 11:58:21: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:58:21: SVR-TRACE: init com.sun.ts.tests.common.vehicle.connectorservlet.ConnectorServletVehicle ... [javatest.batch] 12-12-2019 11:58:21: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:58:21: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:58:21: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:58:21: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:58:21: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:58:21: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:58:21: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=permissiondd_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnulltestName=testValidateCustomPermnullharness.log.delayseconds=1nullvehicle=connectorservletnullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullwebServerHost=localhostnulltest_classname=com.sun.ts.tests.connector.permissiondd.Clientnullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:58:21: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:58:21: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:58:21: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.permissiondd.Client [javatest.batch] 12-12-2019 11:58:21: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.permissiondd.Client [javatest.batch] 12-12-2019 11:58:21: SVR-TRACE: ** IN getRunMethod: testname=testValidateCustomPerm [javatest.batch] 12-12-2019 11:58:21: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:58:21: SVR-TRACE: **runmethod=testValidateCustomPerm [javatest.batch] 12-12-2019 11:58:21: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:58:21: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:58:21: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testValidateCustomPerm_setup [javatest.batch] 12-12-2019 11:58:21: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:58:21: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:58:21: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:58:21: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testValidateCustomPerm_cleanup [javatest.batch] 12-12-2019 11:58:21: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:58:21: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:58:21: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:58:21: SVR: Using: java:comp/env/eis/whitebox-permissiondd [javatest.batch] 12-12-2019 11:58:21: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@7c40bb0e [javatest.batch] 12-12-2019 11:58:21: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:58:21: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:58:21: SVR: Got connection and log for whitebox-permissiondd. [javatest.batch] 12-12-2019 11:58:21: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:58:21: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:58:21: SVR-TRACE: [AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, XAManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, cbTestCPCandPVC: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., cbTestCPCandGPC: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, enterred submitSICWork(), submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workStarted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=5, notifications test: contextSetupComplete(): count=6, notifications test: workCompleted(): count=7, notifications test: workCompleted(): count=7, Work Object Submitted, WorkListenerImpl.workAccepted, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, str) passed, SharingViolationException(str, throwable) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, Xid Committed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, TransactionContext supported by Server., RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, SecurityContext supported by Server., RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, HintsContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, NoTxManagedConnectionFactory setResourceAdapter 1, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), LocalTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, IBAnnoWorkManager Work Object Submitted, IBAnnoMessageListener.workAccepted, IBAnnoMessageListener.workStarted, NestWork.constructor, NestWork.run, IBAnnoMessageListener committed Xid, TransactionContext Work Object Submitted, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., FAILURE: validateCustomPermFromAppServer(), throwing AccessControlException., SUCCESS: validateLocalGrantForCustomPerm passed., SUCCESS: validateRequiredPermSet passed., SUCCESS: CTSPermission3_name doesnt exist and was caught., SUCCESS: validateMissingPermFails passed., SUCCESS: validateRestrictedLocalPerm passed., SUCCESS: validateLocalPermsInvalidName() threw expected AccessControlException, SUCCESS: validateLocalPermsInvalidName passed., PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, NestWork.run, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, NoTxManagedConnectionFactory setResourceAdapter 1, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT] [javatest.batch] 12-12-2019 11:58:21: SVR: testValidateCustomPerm PASSED. [javatest.batch] 12-12-2019 11:58:21: SVR: Cleanup [javatest.batch] 12-12-2019 11:58:21: SVR-TRACE: Closing connection in cleanup. [javatest.batch] 12-12-2019 11:58:21: SVR: Test running in servlet vehicle passed [javatest.batch] 12-12-2019 11:58:22: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/permissiondd/Client.java#testValidateCustomPerm_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 109 (109 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 30 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/permissiondd/Client.java#testValidateLocalGrantForCustomPerm_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:58:22: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:58:22: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:58:22: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testValidateLocalGrantForCustomPerm -vehicle connectorservlet -ap /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/tssql.stmt [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:58:22: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:58:22: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:58:22: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:58:22: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:58:22: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:58:23: Opened connection to http://localhost:8001/permissiondd_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:58:23: TRACE: got outputstream [javatest.batch] 12-12-2019 11:58:23: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:58:23: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:58:23: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:58:23: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:58:23: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:58:23: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:58:23: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:58:23: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:58:23: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:58:23: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=permissiondd_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnulltestName=testValidateLocalGrantForCustomPermnullharness.log.delayseconds=1nullvehicle=connectorservletnullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullwebServerHost=localhostnulltest_classname=com.sun.ts.tests.connector.permissiondd.Clientnullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:58:23: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:58:23: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:58:23: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.permissiondd.Client [javatest.batch] 12-12-2019 11:58:23: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.permissiondd.Client [javatest.batch] 12-12-2019 11:58:23: SVR-TRACE: ** IN getRunMethod: testname=testValidateLocalGrantForCustomPerm [javatest.batch] 12-12-2019 11:58:23: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:58:23: SVR-TRACE: **runmethod=testValidateLocalGrantForCustomPerm [javatest.batch] 12-12-2019 11:58:23: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:58:23: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:58:23: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testValidateLocalGrantForCustomPerm_setup [javatest.batch] 12-12-2019 11:58:23: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:58:23: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:58:23: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:58:23: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testValidateLocalGrantForCustomPerm_cleanup [javatest.batch] 12-12-2019 11:58:23: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:58:23: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:58:23: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:58:23: SVR: Using: java:comp/env/eis/whitebox-permissiondd [javatest.batch] 12-12-2019 11:58:23: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@4a93fc1a [javatest.batch] 12-12-2019 11:58:23: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:58:23: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:58:23: SVR: Got connection and log for whitebox-permissiondd. [javatest.batch] 12-12-2019 11:58:23: SVR-TRACE: [AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, XAManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, cbTestCPCandPVC: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., cbTestCPCandGPC: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, enterred submitSICWork(), submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workStarted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=5, notifications test: contextSetupComplete(): count=6, notifications test: workCompleted(): count=7, notifications test: workCompleted(): count=7, Work Object Submitted, WorkListenerImpl.workAccepted, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, str) passed, SharingViolationException(str, throwable) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, Xid Committed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, TransactionContext supported by Server., RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, SecurityContext supported by Server., RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, HintsContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, NoTxManagedConnectionFactory setResourceAdapter 1, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), LocalTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, IBAnnoWorkManager Work Object Submitted, IBAnnoMessageListener.workAccepted, IBAnnoMessageListener.workStarted, NestWork.constructor, NestWork.run, IBAnnoMessageListener committed Xid, TransactionContext Work Object Submitted, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., FAILURE: validateCustomPermFromAppServer(), throwing AccessControlException., SUCCESS: validateLocalGrantForCustomPerm passed., SUCCESS: validateRequiredPermSet passed., SUCCESS: CTSPermission3_name doesnt exist and was caught., SUCCESS: validateMissingPermFails passed., SUCCESS: validateRestrictedLocalPerm passed., SUCCESS: validateLocalPermsInvalidName() threw expected AccessControlException, SUCCESS: validateLocalPermsInvalidName passed., PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, NestWork.run, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, NoTxManagedConnectionFactory setResourceAdapter 1, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT] [javatest.batch] 12-12-2019 11:58:23: SVR: testValidateLocalGrantForCustomPerm PASSED. [javatest.batch] 12-12-2019 11:58:23: SVR: Cleanup [javatest.batch] 12-12-2019 11:58:23: SVR-TRACE: Closing connection in cleanup. [javatest.batch] 12-12-2019 11:58:23: SVR: Test running in servlet vehicle passed [javatest.batch] 12-12-2019 11:58:24: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/permissiondd/Client.java#testValidateLocalGrantForCustomPerm_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 110 (110 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 29 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/permissiondd/Client.java#testValidateLocalPermsInvalidName_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:58:24: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:58:24: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:58:24: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testValidateLocalPermsInvalidName -vehicle connectorservlet -ap /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/tssql.stmt [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:58:25: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:58:25: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:58:25: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:58:25: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:58:25: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:58:25: Opened connection to http://localhost:8001/permissiondd_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:58:25: TRACE: got outputstream [javatest.batch] 12-12-2019 11:58:25: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:58:25: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:58:25: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:58:25: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:58:25: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:58:25: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:58:25: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:58:25: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:58:25: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:58:25: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=permissiondd_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnulltestName=testValidateLocalPermsInvalidNamenullharness.log.delayseconds=1nullvehicle=connectorservletnullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullwebServerHost=localhostnulltest_classname=com.sun.ts.tests.connector.permissiondd.Clientnullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:58:25: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:58:25: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:58:25: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.permissiondd.Client [javatest.batch] 12-12-2019 11:58:25: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.permissiondd.Client [javatest.batch] 12-12-2019 11:58:25: SVR-TRACE: ** IN getRunMethod: testname=testValidateLocalPermsInvalidName [javatest.batch] 12-12-2019 11:58:25: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:58:25: SVR-TRACE: **runmethod=testValidateLocalPermsInvalidName [javatest.batch] 12-12-2019 11:58:25: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:58:25: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:58:25: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testValidateLocalPermsInvalidName_setup [javatest.batch] 12-12-2019 11:58:25: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:58:25: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:58:25: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:58:25: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testValidateLocalPermsInvalidName_cleanup [javatest.batch] 12-12-2019 11:58:25: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:58:25: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:58:25: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:58:25: SVR: Using: java:comp/env/eis/whitebox-permissiondd [javatest.batch] 12-12-2019 11:58:25: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@528618b0 [javatest.batch] 12-12-2019 11:58:25: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:58:25: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:58:25: SVR: Got connection and log for whitebox-permissiondd. [javatest.batch] 12-12-2019 11:58:25: SVR-TRACE: [AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, XAManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, cbTestCPCandPVC: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., cbTestCPCandGPC: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, enterred submitSICWork(), submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workStarted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=5, notifications test: contextSetupComplete(): count=6, notifications test: workCompleted(): count=7, notifications test: workCompleted(): count=7, Work Object Submitted, WorkListenerImpl.workAccepted, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, str) passed, SharingViolationException(str, throwable) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, Xid Committed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, TransactionContext supported by Server., RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, SecurityContext supported by Server., RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, HintsContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, NoTxManagedConnectionFactory setResourceAdapter 1, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), LocalTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, IBAnnoWorkManager Work Object Submitted, IBAnnoMessageListener.workAccepted, IBAnnoMessageListener.workStarted, NestWork.constructor, NestWork.run, IBAnnoMessageListener committed Xid, TransactionContext Work Object Submitted, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., FAILURE: validateCustomPermFromAppServer(), throwing AccessControlException., SUCCESS: validateLocalGrantForCustomPerm passed., SUCCESS: validateRequiredPermSet passed., SUCCESS: CTSPermission3_name doesnt exist and was caught., SUCCESS: validateMissingPermFails passed., SUCCESS: validateRestrictedLocalPerm passed., SUCCESS: validateLocalPermsInvalidName() threw expected AccessControlException, SUCCESS: validateLocalPermsInvalidName passed., PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, NestWork.run, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, NoTxManagedConnectionFactory setResourceAdapter 1, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT] [javatest.batch] 12-12-2019 11:58:25: SVR: testValidateLocalPermsInvalidName PASSED. [javatest.batch] 12-12-2019 11:58:25: SVR: Cleanup [javatest.batch] 12-12-2019 11:58:25: SVR-TRACE: Closing connection in cleanup. [javatest.batch] 12-12-2019 11:58:25: SVR: Test running in servlet vehicle passed [javatest.batch] 12-12-2019 11:58:26: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/permissiondd/Client.java#testValidateLocalPermsInvalidName_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 111 (111 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 28 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/permissiondd/Client.java#testValidateMissingPermFails_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:58:27: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:58:27: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:58:27: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testValidateMissingPermFails -vehicle connectorservlet -ap /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/tssql.stmt [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:58:27: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:58:27: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:58:27: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:58:27: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:58:27: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:58:27: Opened connection to http://localhost:8001/permissiondd_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:58:27: TRACE: got outputstream [javatest.batch] 12-12-2019 11:58:27: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:58:27: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:58:27: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:58:27: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:58:27: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:58:27: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:58:27: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:58:27: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:58:27: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:58:27: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=permissiondd_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnulltestName=testValidateMissingPermFailsnullharness.log.delayseconds=1nullvehicle=connectorservletnullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullwebServerHost=localhostnulltest_classname=com.sun.ts.tests.connector.permissiondd.Clientnullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:58:27: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:58:27: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:58:27: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.permissiondd.Client [javatest.batch] 12-12-2019 11:58:27: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.permissiondd.Client [javatest.batch] 12-12-2019 11:58:27: SVR-TRACE: ** IN getRunMethod: testname=testValidateMissingPermFails [javatest.batch] 12-12-2019 11:58:27: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:58:27: SVR-TRACE: **runmethod=testValidateMissingPermFails [javatest.batch] 12-12-2019 11:58:27: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:58:27: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:58:27: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testValidateMissingPermFails_setup [javatest.batch] 12-12-2019 11:58:27: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:58:27: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:58:27: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:58:27: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testValidateMissingPermFails_cleanup [javatest.batch] 12-12-2019 11:58:27: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:58:27: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:58:27: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:58:27: SVR: Using: java:comp/env/eis/whitebox-permissiondd [javatest.batch] 12-12-2019 11:58:27: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@90e7f41 [javatest.batch] 12-12-2019 11:58:27: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:58:27: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:58:27: SVR: Got connection and log for whitebox-permissiondd. [javatest.batch] 12-12-2019 11:58:27: SVR-TRACE: [AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, XAManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, cbTestCPCandPVC: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., cbTestCPCandGPC: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, enterred submitSICWork(), submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workStarted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=5, notifications test: contextSetupComplete(): count=6, notifications test: workCompleted(): count=7, notifications test: workCompleted(): count=7, Work Object Submitted, WorkListenerImpl.workAccepted, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, str) passed, SharingViolationException(str, throwable) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, Xid Committed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, TransactionContext supported by Server., RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, SecurityContext supported by Server., RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, HintsContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, NoTxManagedConnectionFactory setResourceAdapter 1, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), LocalTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, IBAnnoWorkManager Work Object Submitted, IBAnnoMessageListener.workAccepted, IBAnnoMessageListener.workStarted, NestWork.constructor, NestWork.run, IBAnnoMessageListener committed Xid, TransactionContext Work Object Submitted, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., FAILURE: validateCustomPermFromAppServer(), throwing AccessControlException., SUCCESS: validateLocalGrantForCustomPerm passed., SUCCESS: validateRequiredPermSet passed., SUCCESS: CTSPermission3_name doesnt exist and was caught., SUCCESS: validateMissingPermFails passed., SUCCESS: validateRestrictedLocalPerm passed., SUCCESS: validateLocalPermsInvalidName() threw expected AccessControlException, SUCCESS: validateLocalPermsInvalidName passed., PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, NestWork.run, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, NoTxManagedConnectionFactory setResourceAdapter 1, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT] [javatest.batch] 12-12-2019 11:58:27: SVR: testValidateMissingPermFails PASSED. [javatest.batch] 12-12-2019 11:58:27: SVR: Cleanup [javatest.batch] 12-12-2019 11:58:27: SVR-TRACE: Closing connection in cleanup. [javatest.batch] 12-12-2019 11:58:27: SVR: Test running in servlet vehicle passed [javatest.batch] 12-12-2019 11:58:28: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/permissiondd/Client.java#testValidateMissingPermFails_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 112 (112 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 27 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/permissiondd/Client.java#testValidateRequiredPermSet_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:58:29: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:58:29: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:58:29: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testValidateRequiredPermSet -vehicle connectorservlet -ap /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/tssql.stmt [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:58:29: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:58:29: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:58:29: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:58:29: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:58:29: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:58:29: Opened connection to http://localhost:8001/permissiondd_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:58:29: TRACE: got outputstream [javatest.batch] 12-12-2019 11:58:29: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:58:29: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:58:29: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:58:29: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:58:29: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:58:29: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:58:29: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:58:29: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:58:29: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:58:29: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=permissiondd_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnulltestName=testValidateRequiredPermSetnullharness.log.delayseconds=1nullvehicle=connectorservletnullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullwebServerHost=localhostnulltest_classname=com.sun.ts.tests.connector.permissiondd.Clientnullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:58:29: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:58:29: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:58:29: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.permissiondd.Client [javatest.batch] 12-12-2019 11:58:29: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.permissiondd.Client [javatest.batch] 12-12-2019 11:58:29: SVR-TRACE: ** IN getRunMethod: testname=testValidateRequiredPermSet [javatest.batch] 12-12-2019 11:58:29: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:58:29: SVR-TRACE: **runmethod=testValidateRequiredPermSet [javatest.batch] 12-12-2019 11:58:29: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:58:29: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:58:29: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testValidateRequiredPermSet_setup [javatest.batch] 12-12-2019 11:58:29: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:58:29: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:58:29: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:58:29: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testValidateRequiredPermSet_cleanup [javatest.batch] 12-12-2019 11:58:29: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:58:29: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:58:29: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:58:29: SVR: Using: java:comp/env/eis/whitebox-permissiondd [javatest.batch] 12-12-2019 11:58:29: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@62cb31e6 [javatest.batch] 12-12-2019 11:58:29: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:58:29: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:58:29: SVR: Got connection and log for whitebox-permissiondd. [javatest.batch] 12-12-2019 11:58:29: SVR-TRACE: [AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, XAManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, cbTestCPCandPVC: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., cbTestCPCandGPC: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, enterred submitSICWork(), submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workStarted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=5, notifications test: contextSetupComplete(): count=6, notifications test: workCompleted(): count=7, notifications test: workCompleted(): count=7, Work Object Submitted, WorkListenerImpl.workAccepted, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, str) passed, SharingViolationException(str, throwable) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, Xid Committed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, TransactionContext supported by Server., RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, SecurityContext supported by Server., RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, HintsContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, NoTxManagedConnectionFactory setResourceAdapter 1, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), LocalTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, IBAnnoWorkManager Work Object Submitted, IBAnnoMessageListener.workAccepted, IBAnnoMessageListener.workStarted, NestWork.constructor, NestWork.run, IBAnnoMessageListener committed Xid, TransactionContext Work Object Submitted, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., FAILURE: validateCustomPermFromAppServer(), throwing AccessControlException., SUCCESS: validateLocalGrantForCustomPerm passed., SUCCESS: validateRequiredPermSet passed., SUCCESS: CTSPermission3_name doesnt exist and was caught., SUCCESS: validateMissingPermFails passed., SUCCESS: validateRestrictedLocalPerm passed., SUCCESS: validateLocalPermsInvalidName() threw expected AccessControlException, SUCCESS: validateLocalPermsInvalidName passed., PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, NestWork.run, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, NoTxManagedConnectionFactory setResourceAdapter 1, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT] [javatest.batch] 12-12-2019 11:58:29: SVR: testValidateRequiredPermSet PASSED. [javatest.batch] 12-12-2019 11:58:29: SVR: Cleanup [javatest.batch] 12-12-2019 11:58:29: SVR-TRACE: Closing connection in cleanup. [javatest.batch] 12-12-2019 11:58:29: SVR: Test running in servlet vehicle passed [javatest.batch] 12-12-2019 11:58:30: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/permissiondd/Client.java#testValidateRequiredPermSet_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 113 (113 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 26 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/permissiondd/Client.java#testValidateRestrictedLocalPerm_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:58:31: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:58:31: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:58:31: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testValidateRestrictedLocalPerm -vehicle connectorservlet -ap /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/tssql.stmt [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:58:31: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:58:31: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:58:31: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:58:31: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:58:31: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:58:31: Opened connection to http://localhost:8001/permissiondd_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:58:31: TRACE: got outputstream [javatest.batch] 12-12-2019 11:58:31: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:58:31: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:58:31: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:58:31: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:58:31: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:58:31: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:58:31: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:58:31: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:58:31: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:58:31: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=permissiondd_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnulltestName=testValidateRestrictedLocalPermnullharness.log.delayseconds=1nullvehicle=connectorservletnullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullwhitebox-anno_no_md=java:comp/env/eis/whitebox-anno_no_mdnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nullwhitebox-permissiondd=java:comp/env/eis/whitebox-permissionddnullwebServerHost=localhostnulltest_classname=com.sun.ts.tests.connector.permissiondd.Clientnullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:58:31: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:58:31: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:58:31: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.permissiondd.Client [javatest.batch] 12-12-2019 11:58:31: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.permissiondd.Client [javatest.batch] 12-12-2019 11:58:31: SVR-TRACE: ** IN getRunMethod: testname=testValidateRestrictedLocalPerm [javatest.batch] 12-12-2019 11:58:31: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:58:31: SVR-TRACE: **runmethod=testValidateRestrictedLocalPerm [javatest.batch] 12-12-2019 11:58:31: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:58:31: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:58:31: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testValidateRestrictedLocalPerm_setup [javatest.batch] 12-12-2019 11:58:31: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:58:31: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:58:31: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:58:31: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testValidateRestrictedLocalPerm_cleanup [javatest.batch] 12-12-2019 11:58:31: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:58:31: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:58:31: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:58:31: SVR: Using: java:comp/env/eis/whitebox-permissiondd [javatest.batch] 12-12-2019 11:58:31: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@477fce1c [javatest.batch] 12-12-2019 11:58:31: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:58:31: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:58:31: SVR: Got connection and log for whitebox-permissiondd. [javatest.batch] 12-12-2019 11:58:31: SVR-TRACE: [AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, XAManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, cbTestCPCandPVC: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., cbTestCPCandGPC: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, enterred submitSICWork(), submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workStarted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=5, notifications test: contextSetupComplete(): count=6, notifications test: workCompleted(): count=7, notifications test: workCompleted(): count=7, Work Object Submitted, WorkListenerImpl.workAccepted, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, str) passed, SharingViolationException(str, throwable) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, Xid Committed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, TransactionContext supported by Server., RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, SecurityContext supported by Server., RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, HintsContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, NoTxManagedConnectionFactory setResourceAdapter 1, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), LocalTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, IBAnnoWorkManager Work Object Submitted, IBAnnoMessageListener.workAccepted, IBAnnoMessageListener.workStarted, NestWork.constructor, NestWork.run, IBAnnoMessageListener committed Xid, TransactionContext Work Object Submitted, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., FAILURE: validateCustomPermFromAppServer(), throwing AccessControlException., SUCCESS: validateLocalGrantForCustomPerm passed., SUCCESS: validateRequiredPermSet passed., SUCCESS: CTSPermission3_name doesnt exist and was caught., SUCCESS: validateMissingPermFails passed., SUCCESS: validateRestrictedLocalPerm passed., SUCCESS: validateLocalPermsInvalidName() threw expected AccessControlException, SUCCESS: validateLocalPermsInvalidName passed., PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, NestWork.run, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, NoTxManagedConnectionFactory setResourceAdapter 1, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT] [javatest.batch] 12-12-2019 11:58:31: SVR: testValidateRestrictedLocalPerm PASSED. [javatest.batch] 12-12-2019 11:58:31: SVR: Cleanup [javatest.batch] 12-12-2019 11:58:31: SVR-TRACE: Closing connection in cleanup. [javatest.batch] 12-12-2019 11:58:31: SVR: Test running in servlet vehicle passed [javatest.batch] 12-12-2019 11:58:32: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/permissiondd/Client.java#testValidateRestrictedLocalPerm_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 114 (114 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 25 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/xa/compat/compatClient1.java#testGetConnection1_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:58:33: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:58:33: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:58:33: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testGetConnection1 -vehicle connectorservlet -ap /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/tssql.stmt [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:58:33: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:58:33: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:58:33: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:58:33: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:58:33: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:58:34: Opened connection to http://localhost:8001/xa_compat_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:58:34: TRACE: got outputstream [javatest.batch] 12-12-2019 11:58:34: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:58:34: SVR-TRACE: init com.sun.ts.tests.common.vehicle.connectorservlet.ConnectorServletVehicle ... [javatest.batch] 12-12-2019 11:58:34: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:58:34: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:58:34: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:58:34: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:58:34: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:58:34: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:58:34: SVR-TRACE: --- Property Listing ---nullrapassword1=cts1nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=xa_compat_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnulloldwhitebox-xa=java:comp/env/eis/oldwhitebox-xanulltestName=testGetConnection1nullvehicle=connectorservletnullharness.log.delayseconds=1nullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nulltest_classname=com.sun.ts.tests.connector.xa.compat.compatClient1nullwebServerHost=localhostnullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullrauser1=cts1nulloldwhitebox-xa-param=java:comp/env/eis/oldwhitebox-xa-paramnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:58:34: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:58:34: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:58:34: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.xa.compat.compatClient1 [javatest.batch] 12-12-2019 11:58:34: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.xa.compat.compatClient1 [javatest.batch] 12-12-2019 11:58:34: SVR-TRACE: ** IN getRunMethod: testname=testGetConnection1 [javatest.batch] 12-12-2019 11:58:34: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:58:34: SVR-TRACE: **runmethod=testGetConnection1 [javatest.batch] 12-12-2019 11:58:34: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:58:34: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:58:34: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testGetConnection1_setup [javatest.batch] 12-12-2019 11:58:34: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:58:34: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:58:34: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:58:34: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testGetConnection1_cleanup [javatest.batch] 12-12-2019 11:58:34: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:58:34: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:58:34: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:58:34: SVR: Using: cts1 [javatest.batch] 12-12-2019 11:58:34: SVR: Using: cts1 [javatest.batch] 12-12-2019 11:58:34: SVR: Using: java:comp/env/eis/oldwhitebox-xa [javatest.batch] 12-12-2019 11:58:34: SVR: Using: java:comp/env/eis/oldwhitebox-xa-param [javatest.batch] 12-12-2019 11:58:34: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@23f6bc7f [javatest.batch] 12-12-2019 11:58:34: SVR: ds2 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@4172722b [javatest.batch] 12-12-2019 11:58:34: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:58:34: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:58:34: SVR: Got Connection Object from the DataSource. [javatest.batch] 12-12-2019 11:58:34: SVR: Checking for Connection Validity. [javatest.batch] 12-12-2019 11:58:34: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 12-12-2019 11:58:34: SVR: Values inserted into table! [javatest.batch] 12-12-2019 11:58:34: SVR: Table has been dropped! [javatest.batch] 12-12-2019 11:58:34: SVR: Connection Object is Valid. [javatest.batch] 12-12-2019 11:58:34: SVR: Test running in servlet vehicle passed [javatest.batch] 12-12-2019 11:58:34: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:58:34: Test: returning from running in a connectorservlet vehicle [javatest.batch] STATUS:Passed. [javatest.batch] 12-12-2019 11:58:35: TRACE: SLEPT FOR: 1000 [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/xa/compat/compatClient1.java#testGetConnection1_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 115 (115 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 24 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/xa/compat/compatClient1.java#testgetConnectionWithParameter1_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:58:35: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:58:35: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:58:35: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testgetConnectionWithParameter1 -vehicle connectorservlet -ap /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/tssql.stmt [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:58:36: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:58:36: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:58:36: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:58:36: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:58:36: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:58:36: Opened connection to http://localhost:8001/xa_compat_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:58:36: TRACE: got outputstream [javatest.batch] 12-12-2019 11:58:36: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:58:36: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:58:36: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:58:36: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:58:36: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:58:36: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:58:36: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:58:36: SVR-TRACE: --- Property Listing ---nullrapassword1=cts1nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=xa_compat_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnulloldwhitebox-xa=java:comp/env/eis/oldwhitebox-xanulltestName=testgetConnectionWithParameter1nullvehicle=connectorservletnullharness.log.delayseconds=1nullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nulltest_classname=com.sun.ts.tests.connector.xa.compat.compatClient1nullwebServerHost=localhostnullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullrauser1=cts1nulloldwhitebox-xa-param=java:comp/env/eis/oldwhitebox-xa-paramnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:58:36: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:58:36: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:58:36: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.xa.compat.compatClient1 [javatest.batch] 12-12-2019 11:58:36: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.xa.compat.compatClient1 [javatest.batch] 12-12-2019 11:58:36: SVR-TRACE: ** IN getRunMethod: testname=testgetConnectionWithParameter1 [javatest.batch] 12-12-2019 11:58:36: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:58:36: SVR-TRACE: **runmethod=testgetConnectionWithParameter1 [javatest.batch] 12-12-2019 11:58:36: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:58:36: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:58:36: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testgetConnectionWithParameter1_setup [javatest.batch] 12-12-2019 11:58:36: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:58:36: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:58:36: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:58:36: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testgetConnectionWithParameter1_cleanup [javatest.batch] 12-12-2019 11:58:36: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:58:36: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:58:36: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:58:36: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:58:36: SVR: Using: cts1 [javatest.batch] 12-12-2019 11:58:36: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:58:36: SVR: Using: cts1 [javatest.batch] 12-12-2019 11:58:36: SVR: Using: java:comp/env/eis/oldwhitebox-xa [javatest.batch] 12-12-2019 11:58:36: SVR: Using: java:comp/env/eis/oldwhitebox-xa-param [javatest.batch] 12-12-2019 11:58:36: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@6daf8de8 [javatest.batch] 12-12-2019 11:58:36: SVR: ds2 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@2a32dd58 [javatest.batch] 12-12-2019 11:58:36: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:58:36: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:58:36: SVR: Using: java:comp/env/eis/oldwhitebox-xa [javatest.batch] 12-12-2019 11:58:36: SVR: Using: java:comp/env/eis/oldwhitebox-xa-param [javatest.batch] 12-12-2019 11:58:36: SVR: Using: cts1 [javatest.batch] 12-12-2019 11:58:36: SVR: Using: cts1 [javatest.batch] 12-12-2019 11:58:36: SVR: Got connection object from the DataSource. [javatest.batch] 12-12-2019 11:58:36: SVR: Checking for Connection Validity. [javatest.batch] 12-12-2019 11:58:36: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 12-12-2019 11:58:36: SVR: Values inserted into table! [javatest.batch] 12-12-2019 11:58:36: SVR: Table has been dropped! [javatest.batch] 12-12-2019 11:58:36: SVR: Connection Object is Valid. [javatest.batch] 12-12-2019 11:58:36: SVR: Test running in servlet vehicle passed [javatest.batch] 12-12-2019 11:58:37: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/xa/compat/compatClient1.java#testgetConnectionWithParameter1_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 116 (116 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 23 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/xa/connection/connectionClient1.java#testGetConnection1_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:58:37: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:58:37: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:58:37: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testGetConnection1 -vehicle connectorservlet -ap /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/tssql.stmt [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:58:38: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:58:38: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:58:38: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:58:38: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:58:38: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:58:38: Opened connection to http://localhost:8001/xa_connection_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:58:38: TRACE: got outputstream [javatest.batch] 12-12-2019 11:58:38: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:58:38: SVR-TRACE: init com.sun.ts.tests.common.vehicle.connectorservlet.ConnectorServletVehicle ... [javatest.batch] 12-12-2019 11:58:38: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:58:38: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:58:38: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:58:38: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:58:38: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:58:38: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:58:38: SVR-TRACE: --- Property Listing ---nullrapassword1=cts1nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=xa_connection_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullwhitebox-xa=java:comp/env/eis/whitebox-xanulltestName=testGetConnection1nullvehicle=connectorservletnullharness.log.delayseconds=1nullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nulltest_classname=com.sun.ts.tests.connector.xa.connection.connectionClient1nullwebServerHost=localhostnullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullrauser1=cts1nullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:58:38: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:58:38: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:58:38: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.xa.connection.connectionClient1 [javatest.batch] 12-12-2019 11:58:38: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.xa.connection.connectionClient1 [javatest.batch] 12-12-2019 11:58:38: SVR-TRACE: ** IN getRunMethod: testname=testGetConnection1 [javatest.batch] 12-12-2019 11:58:38: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:58:38: SVR-TRACE: **runmethod=testGetConnection1 [javatest.batch] 12-12-2019 11:58:38: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:58:38: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:58:38: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testGetConnection1_setup [javatest.batch] 12-12-2019 11:58:38: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:58:38: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:58:38: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:58:38: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testGetConnection1_cleanup [javatest.batch] 12-12-2019 11:58:38: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:58:38: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:58:38: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:58:38: SVR: Using: cts1 [javatest.batch] 12-12-2019 11:58:38: SVR: Using: cts1 [javatest.batch] 12-12-2019 11:58:38: SVR: Using: java:comp/env/eis/whitebox-xa [javatest.batch] 12-12-2019 11:58:38: SVR: Using: java:comp/env/eis/whitebox-xa-param [javatest.batch] 12-12-2019 11:58:38: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@39dec782 [javatest.batch] 12-12-2019 11:58:38: SVR: ds2 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@3375974f [javatest.batch] 12-12-2019 11:58:38: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:58:38: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:58:38: SVR: Got Connection Object from the DataSource. [javatest.batch] 12-12-2019 11:58:38: SVR: Checking for Connection Validity. [javatest.batch] 12-12-2019 11:58:38: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 12-12-2019 11:58:38: SVR: Values inserted into table! [javatest.batch] 12-12-2019 11:58:38: SVR: Table has been dropped! [javatest.batch] 12-12-2019 11:58:38: SVR: Connection Object is Valid. [javatest.batch] 12-12-2019 11:58:38: SVR: Test running in servlet vehicle passed [javatest.batch] 12-12-2019 11:58:38: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:58:38: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:58:39: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/xa/connection/connectionClient1.java#testGetConnection1_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 117 (117 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 22 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/xa/connection/connectionClient1.java#testgetConnectionWithParameter1_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:58:40: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:58:40: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:58:40: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testgetConnectionWithParameter1 -vehicle connectorservlet -ap /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/tssql.stmt [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:58:40: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:58:40: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:58:40: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:58:40: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:58:40: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:58:40: Opened connection to http://localhost:8001/xa_connection_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:58:40: TRACE: got outputstream [javatest.batch] 12-12-2019 11:58:40: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:58:40: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:58:40: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:58:40: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:58:40: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:58:40: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:58:40: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:58:40: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:58:40: SVR-TRACE: --- Property Listing ---nullrapassword1=cts1nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=xa_connection_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullwhitebox-xa=java:comp/env/eis/whitebox-xanulltestName=testgetConnectionWithParameter1nullvehicle=connectorservletnullharness.log.delayseconds=1nullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nulltest_classname=com.sun.ts.tests.connector.xa.connection.connectionClient1nullwebServerHost=localhostnullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullrauser1=cts1nullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:58:40: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:58:40: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:58:40: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:58:40: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.xa.connection.connectionClient1 [javatest.batch] 12-12-2019 11:58:40: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.xa.connection.connectionClient1 [javatest.batch] 12-12-2019 11:58:40: SVR-TRACE: ** IN getRunMethod: testname=testgetConnectionWithParameter1 [javatest.batch] 12-12-2019 11:58:40: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:58:40: SVR-TRACE: **runmethod=testgetConnectionWithParameter1 [javatest.batch] 12-12-2019 11:58:40: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:58:40: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:58:40: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testgetConnectionWithParameter1_setup [javatest.batch] 12-12-2019 11:58:40: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:58:40: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:58:40: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:58:40: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testgetConnectionWithParameter1_cleanup [javatest.batch] 12-12-2019 11:58:40: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:58:40: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:58:40: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:58:40: SVR: Using: cts1 [javatest.batch] 12-12-2019 11:58:40: SVR: Using: cts1 [javatest.batch] 12-12-2019 11:58:40: SVR: Using: java:comp/env/eis/whitebox-xa [javatest.batch] 12-12-2019 11:58:40: SVR: Using: java:comp/env/eis/whitebox-xa-param [javatest.batch] 12-12-2019 11:58:40: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@227ad7d9 [javatest.batch] 12-12-2019 11:58:40: SVR: ds2 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@65214c3b [javatest.batch] 12-12-2019 11:58:40: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:58:40: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:58:40: SVR: Using: java:comp/env/eis/whitebox-xa [javatest.batch] 12-12-2019 11:58:40: SVR: Using: java:comp/env/eis/whitebox-xa-param [javatest.batch] 12-12-2019 11:58:40: SVR: Using: cts1 [javatest.batch] 12-12-2019 11:58:40: SVR: Using: cts1 [javatest.batch] 12-12-2019 11:58:40: SVR: Got connection object from the DataSource. [javatest.batch] 12-12-2019 11:58:40: SVR: Checking for Connection Validity. [javatest.batch] 12-12-2019 11:58:40: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 12-12-2019 11:58:40: SVR: Values inserted into table! [javatest.batch] 12-12-2019 11:58:40: SVR: Table has been dropped! [javatest.batch] 12-12-2019 11:58:40: SVR: Connection Object is Valid. [javatest.batch] 12-12-2019 11:58:40: SVR: Test running in servlet vehicle passed [javatest.batch] 12-12-2019 11:58:41: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/xa/connection/connectionClient1.java#testgetConnectionWithParameter1_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 118 (118 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 21 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/xa/event/eventClient1.java#testConnectionEventListener_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:58:42: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:58:42: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:58:42: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testConnectionEventListener -vehicle connectorservlet -ap /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/tssql.stmt [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:58:42: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:58:42: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:58:42: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:58:42: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:58:42: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:58:42: Opened connection to http://localhost:8001/xa_event_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:58:42: TRACE: got outputstream [javatest.batch] 12-12-2019 11:58:42: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:58:43: SVR-TRACE: init com.sun.ts.tests.common.vehicle.connectorservlet.ConnectorServletVehicle ... [javatest.batch] 12-12-2019 11:58:43: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:58:43: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:58:43: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:58:43: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:58:43: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:58:43: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:58:43: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=xa_event_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnullwhitebox-xa=java:comp/env/eis/whitebox-xanulltestName=testConnectionEventListenernullvehicle=connectorservletnullharness.log.delayseconds=1nullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nulltest_classname=com.sun.ts.tests.connector.xa.event.eventClient1nullwebServerHost=localhostnullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:58:43: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:58:43: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:58:43: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.xa.event.eventClient1 [javatest.batch] 12-12-2019 11:58:43: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.xa.event.eventClient1 [javatest.batch] 12-12-2019 11:58:43: SVR-TRACE: ** IN getRunMethod: testname=testConnectionEventListener [javatest.batch] 12-12-2019 11:58:43: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:58:43: SVR-TRACE: **runmethod=testConnectionEventListener [javatest.batch] 12-12-2019 11:58:43: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:58:43: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:58:43: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testConnectionEventListener_setup [javatest.batch] 12-12-2019 11:58:43: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:58:43: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:58:43: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:58:43: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testConnectionEventListener_cleanup [javatest.batch] 12-12-2019 11:58:43: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:58:43: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:58:43: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:58:43: SVR: Using: java:comp/env/eis/whitebox-xa [javatest.batch] 12-12-2019 11:58:43: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:58:43: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:58:43: SVR: Got connection. [javatest.batch] 12-12-2019 11:58:43: SVR-TRACE: [TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSConnectionImpl.insert::, TSConnectionImpl.dropTable::, TSeis.dropTable::, Table Dropped ::, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, MDCompleteMCF.setLogWriter:out:, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MDCompleteMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MDCompleteMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MDCompleteMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MDCompleteMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MDCompleteMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MDCompleteMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MDCompleteMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MDCompleteMCF.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, PMDManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MAManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MAManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MAManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MAManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MAManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MAManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MAManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, MAManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, PMDManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, PMDManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, PMDManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, PMDManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, PMDManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, PMDManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, PMDManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, PMDManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, PMDManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, PMDManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, PMDManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, PMDManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, PMDManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, PMDManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, PMDManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, PMDManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, PMDManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, PMDManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.setLogWriter:out:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MAManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSConnectionImpl.insert::, TSConnectionImpl.dropTable::, TSeis.dropTable::, Table Dropped ::, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxMCF.setLogWriter:out:, LocalTxMCF.createConnectionFactory:cxManager:TSEISDataSource, LocalTxMCF.setLogWriter:out:, LocalTxMCF.createConnectionFactory:cxManager:TSEISDataSource, LocalTxMCF.equals:obj:true, LocalTxMCF.createManagedConnection:subject|info:TSManagedConnection, LocalTxMCF.equals:obj:true, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxMCF.createManagedConnection:subject|info:TSManagedConnection, LocalTxMCF.equals:obj:true, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxMCF.createManagedConnection:subject|info:TSManagedConnection, LocalTxMCF.equals:obj:true, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxMCF.createManagedConnection:subject|info:TSManagedConnection, LocalTxMCF.equals:obj:true, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxMCF.createManagedConnection:subject|info:TSManagedConnection, LocalTxMCF.equals:obj:true, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxMCF.createManagedConnection:subject|info:TSManagedConnection, LocalTxMCF.equals:obj:true, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxMCF.createManagedConnection:subject|info:TSManagedConnection, LocalTxMCF.equals:obj:true, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxMCF.createManagedConnection:subject|info:TSManagedConnection, LocalTxMCF.equals:obj:true, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxMCF.matchManagedConnections:connectionSet|subject|info:TSEISDataSource, LocalTxMCF.equals:obj:true, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxMCF.equals:obj:true, LocalTxMCF.equals:obj:true, TSManagedConnection.addTSConnection:jdbcCon:, TSConnectionImpl.insert::, TSConnectionImpl.dropTable::, TSeis.dropTable::, Table Dropped ::, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxMCF.createConnectionFactory:cxManager:TSEISDataSource, LocalTxMCF.createConnectionFactory:cxManager:TSEISDataSource, LocalTxMCF.equals:obj:true, LocalTxMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxMCF.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxMCF.matchManagedConnections:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, LocalTxMCF.equals:obj:true, TSManagedConnection.addTSConnection:jdbcCon:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.createManagedConnection:subject|info:TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSConnectionImpl.insert::, TSConnectionImpl.dropTable::, TSeis.dropTable::, Table Dropped ::, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSConnectionImpl.insert::, TSConnectionImpl.dropTable::, TSeis.dropTable::, Table Dropped ::, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSConnectionImpl.insert::, TSConnectionImpl.dropTable::, TSeis.dropTable::, Table Dropped ::, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSConnectionImpl.insert::, TSConnectionImpl.dropTable::, TSeis.dropTable::, Table Dropped ::, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSConnectionImpl.insert::, TSConnectionImpl.dropTable::, TSeis.dropTable::, Table Dropped ::, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSConnectionImpl.insert::, TSConnectionImpl.dropTable::, TSeis.dropTable::, Table Dropped ::, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSConnectionImpl.insert::, TSConnectionImpl.dropTable::, TSeis.dropTable::, Table Dropped ::, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSConnectionImpl.insert::, TSConnectionImpl.dropTable::, TSeis.dropTable::, Table Dropped ::, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSConnectionImpl.insert::, TSConnectionImpl.dropTable::, TSeis.dropTable::, Table Dropped ::, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSConnectionImpl.insert::, TSConnectionImpl.dropTable::, TSeis.dropTable::, Table Dropped ::, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSConnectionImpl.insert::, TSConnectionImpl.dropTable::, TSeis.dropTable::, Table Dropped ::, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSConnectionImpl.insert::, TSConnectionImpl.dropTable::, TSeis.dropTable::, Table Dropped ::, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSConnectionImpl.insert::, TSConnectionImpl.dropTable::, TSeis.dropTable::, Table Dropped ::, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSConnectionImpl.insert::, TSConnectionImpl.dropTable::, TSeis.dropTable::, Table Dropped ::, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, MDCompleteMCF.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSConnectionImpl.insert::, TSConnectionImpl.dropTable::, TSeis.dropTable::, Table Dropped ::, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSConnectionImpl.insert::, TSConnectionImpl.dropTable::, TSeis.dropTable::, Table Dropped ::, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSConnectionImpl.insert::, TSConnectionImpl.dropTable::, TSeis.dropTable::, Table Dropped ::, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSConnectionImpl.insert::, TSConnectionImpl.dropTable::, TSeis.dropTable::, Table Dropped ::, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSConnectionImpl.insert::, TSConnectionImpl.dropTable::, TSeis.dropTable::, Table Dropped ::, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSConnectionImpl.insert::, TSConnectionImpl.dropTable::, TSeis.dropTable::, Table Dropped ::, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSConnectionImpl.insert::, TSConnectionImpl.dropTable::, TSeis.dropTable::, Table Dropped ::, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, LocalTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, LocalTxManagedConnectionFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSConnectionImpl.insert::, TSConnectionImpl.dropTable::, TSeis.dropTable::, Table Dropped ::, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, NoTxMCF.createConnectionFactory:cxManager:TSEISDataSource, NoTxMCF.createConnectionFactory:cxManager:TSEISDataSource, NoTxMCF.equals:obj:boolean, NoTxMCF.createManagedConnection::TSManagedConnection, NoTxMCF.equals:obj:boolean, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, NoTxMCF.createManagedConnection::TSManagedConnection, NoTxMCF.equals:obj:boolean, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, NoTxMCF.createManagedConnection::TSManagedConnection, NoTxMCF.equals:obj:boolean, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, NoTxMCF.createManagedConnection::TSManagedConnection, NoTxMCF.equals:obj:boolean, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, NoTxMCF.createManagedConnection::TSManagedConnection, NoTxMCF.equals:obj:boolean, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, NoTxMCF.createManagedConnection::TSManagedConnection, NoTxMCF.equals:obj:boolean, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, NoTxMCF.createManagedConnection::TSManagedConnection, NoTxMCF.equals:obj:boolean, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, NoTxMCF.createManagedConnection::TSManagedConnection, NoTxMCF.equals:obj:boolean, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, NoTxMCF.matchManagedConnections:connectionSet|subject|info:TSEISDataSource, NoTxMCF.equals:obj:boolean, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, NoTxMCF.equals:obj:boolean, NoTxMCF.equals:obj:boolean, TSManagedConnection.addTSConnection:jdbcCon:, TSConnectionImpl.insert::, TSConnectionImpl.dropTable::, TSeis.dropTable::, Table Dropped ::, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, NoTxMCF.createConnectionFactory:cxManager:TSEISDataSource, NoTxMCF.createConnectionFactory:cxManager:TSEISDataSource, NoTxMCF.equals:obj:boolean, NoTxMCF.createManagedConnection::TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, NoTxMCF.createManagedConnection::TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, NoTxMCF.createManagedConnection::TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, NoTxMCF.createManagedConnection::TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, NoTxMCF.createManagedConnection::TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, NoTxMCF.createManagedConnection::TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, NoTxMCF.createManagedConnection::TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, NoTxMCF.createManagedConnection::TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, NoTxMCF.matchManagedConnections:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, NoTxMCF.equals:obj:boolean, TSManagedConnection.addTSConnection:jdbcCon:, TSConnectionImpl.insert::, TSConnectionImpl.dropTable::, TSeis.dropTable::, Table Dropped ::, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnectionFactory.createManagedConnection::TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, NoTxManagedConnectionFactory.createManagedConnection::TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, NoTxManagedConnectionFactory.createManagedConnection::TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, NoTxManagedConnectionFactory.createManagedConnection::TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, NoTxManagedConnectionFactory.createManagedConnection::TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, NoTxManagedConnectionFactory.createManagedConnection::TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, NoTxManagedConnectionFactory.createManagedConnection::TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, NoTxManagedConnectionFactory.createManagedConnection::TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, NoTxManagedConnecitonFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSConnectionImpl.insert::, TSConnectionImpl.dropTable::, TSeis.dropTable::, Table Dropped ::, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnectionFactory.createManagedConnection::TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, NoTxManagedConnectionFactory.createManagedConnection::TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, NoTxManagedConnectionFactory.createManagedConnection::TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, NoTxManagedConnectionFactory.createManagedConnection::TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, NoTxManagedConnectionFactory.createManagedConnection::TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, NoTxManagedConnectionFactory.createManagedConnection::TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, NoTxManagedConnectionFactory.createManagedConnection::TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, NoTxManagedConnectionFactory.createManagedConnection::TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, NoTxManagedConnecitonFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSConnectionImpl.insert::, TSConnectionImpl.dropTable::, TSeis.dropTable::, Table Dropped ::, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnecitonFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, NoTxManagedConnecitonFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSConnectionImpl.insert::, TSConnectionImpl.dropTable::, TSeis.dropTable::, Table Dropped ::, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnecitonFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnecitonFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSConnectionImpl.insert::, TSConnectionImpl.dropTable::, TSeis.dropTable::, Table Dropped ::, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnecitonFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSConnectionImpl.insert::, TSConnectionImpl.dropTable::, TSeis.dropTable::, Table Dropped ::, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnecitonFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSConnectionImpl.insert::, TSConnectionImpl.dropTable::, TSeis.dropTable::, Table Dropped ::, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnecitonFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSConnectionImpl.insert::, TSConnectionImpl.dropTable::, TSeis.dropTable::, Table Dropped ::, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnecitonFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSConnectionImpl.insert::, TSConnectionImpl.dropTable::, TSeis.dropTable::, Table Dropped ::, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnecitonFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSConnectionImpl.insert::, TSConnectionImpl.dropTable::, TSeis.dropTable::, Table Dropped ::, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnecitonFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSConnectionImpl.insert::, TSConnectionImpl.dropTable::, TSeis.dropTable::, Table Dropped ::, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnecitonFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSConnectionImpl.insert::, TSConnectionImpl.dropTable::, TSeis.dropTable::, Table Dropped ::, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnecitonFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSConnectionImpl.insert::, TSConnectionImpl.dropTable::, TSeis.dropTable::, Table Dropped ::, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnecitonFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSConnectionImpl.insert::, TSConnectionImpl.dropTable::, TSeis.dropTable::, Table Dropped ::, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnecitonFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSConnectionImpl.insert::, TSConnectionImpl.dropTable::, TSeis.dropTable::, Table Dropped ::, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnecitonFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSConnectionImpl.insert::, TSConnectionImpl.dropTable::, TSeis.dropTable::, Table Dropped ::, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnecitonFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSConnectionImpl.insert::, TSConnectionImpl.dropTable::, TSeis.dropTable::, Table Dropped ::, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnecitonFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSConnectionImpl.insert::, TSConnectionImpl.dropTable::, TSeis.dropTable::, Table Dropped ::, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnecitonFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSConnectionImpl.insert::, TSConnectionImpl.dropTable::, TSeis.dropTable::, Table Dropped ::, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnecitonFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSConnectionImpl.insert::, TSConnectionImpl.dropTable::, TSeis.dropTable::, Table Dropped ::, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, NoTxManagedConnectionFactory.createConnectionFactory:cxManager:TSEISDataSource, NoTxManagedConnecitonFactory.matchManagedConnection:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSConnectionImpl.insert::, TSConnectionImpl.dropTable::, TSeis.dropTable::, Table Dropped ::, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.getLocalTransaction::LocalTransactionImpl, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, XAMCF.createConnectionFactory:cxManager:TSEISDataSource, XAMCF.createConnectionFactory:cxManager:TSEISDataSource, XAMCF.equals:obj:boolean, XAMCF.equals:obj:boolean, XAMCF.createManagedConnection::TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, XAMCF.equals:obj:boolean, XAMCF.createManagedConnection::TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, XAMCF.equals:obj:boolean, XAMCF.createManagedConnection::TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, XAMCF.equals:obj:boolean, XAMCF.createManagedConnection::TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, XAMCF.equals:obj:boolean, XAMCF.createManagedConnection::TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, XAMCF.equals:obj:boolean, XAMCF.createManagedConnection::TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, XAMCF.equals:obj:boolean, XAMCF.createManagedConnection::TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, XAMCF.equals:obj:boolean, XAMCF.createManagedConnection::TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, XAMCF.matchManagedConnections:connectionSet|subject|info:TSEISDataSource, XAMCF.equals:obj:boolean, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, XAMCF.equals:obj:boolean, XAMCF.equals:obj:boolean, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.getXAResource::xacon.getXAResource, TSConnectionImpl.insert::, TSConnectionImpl.dropTable::, TSeis.dropTable::, Table Dropped ::, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSeis.getConnection::, TSConnectionImpl.getConnection::, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, XAMCF.createConnectionFactory:cxManager:TSEISDataSource, XAMCF.createConnectionFactory:cxManager:TSEISDataSource, XAMCF.equals:obj:boolean, XAMCF.createManagedConnection::TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, XAMCF.createManagedConnection::TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, XAMCF.createManagedConnection::TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, XAMCF.createManagedConnection::TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, XAMCF.createManagedConnection::TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, XAMCF.createManagedConnection::TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, XAMCF.createManagedConnection::TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, XAMCF.createManagedConnection::TSManagedConnection, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, XAMCF.matchManagedConnections:connectionSet|subject|info:TSEISDataSource, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, XAMCF.equals:obj:boolean, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.getXAResource::xacon.getXAResource, TSConnectionImpl.insert::, TSConnectionImpl.dropTable::, TSeis.dropTable::, Table Dropped ::, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSeis.getConnection::, TSConnectionImpl.getConnection::, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.getXAResource::xacon.getXAResource, TSConnectionImpl.insert::, TSConnectionImpl.dropTable::, TSeis.dropTable::, Table Dropped ::, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSeis.getConnection::, TSConnectionImpl.getConnection::, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSeis.getConnection:usr,passwd:, TSConnectionImpl.getConnection::, TSConnectionEventListener.constructor:mcon:, TSManagedConnection.addConnectionEventListener:listener:, TSConnectionEventListener.addConnectorListener:connectionEventListener:, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.getXAResource::xacon.getXAResource, TSConnectionImpl.insert::, TSConnectionImpl.dropTable::, TSeis.dropTable::, Table Dropped ::, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSeis.getConnection::, TSConnectionImpl.getConnection::, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:, TSManagedConnection.getManagedConnectionFactory::ManagedConnectionFactory, TSManagedConnection.addTSConnection:jdbcCon:, TSManagedConnection.getXAResource::xacon.getXAResource, TSManagedConnection.removeTSConnection:jdbcCon:, TSManagedConnection.sendEvent:eventType|ex|connectionHandle:, TSeis.getConnection::, TSConnectionImpl.getConnection::, TSConnectionEventListener.sendEvent:CONNECTION_CLOSED:] [javatest.batch] 12-12-2019 11:58:43: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:58:43: SVR: CONNECTION_CLOSED called correctly. [javatest.batch] 12-12-2019 11:58:43: SVR: Cleanup [javatest.batch] 12-12-2019 11:58:43: SVR-TRACE: Closing connection in cleanup. [javatest.batch] 12-12-2019 11:58:43: SVR: Test running in servlet vehicle passed [javatest.batch] 12-12-2019 11:58:43: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:58:44: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/xa/event/eventClient1.java#testConnectionEventListener_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 119 (119 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 20 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/xa/lifecycle/lifecycleClient1.java#testAssociationMCFandRA_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:58:44: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:58:44: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:58:44: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testAssociationMCFandRA -vehicle connectorservlet -ap /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/tssql.stmt [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:58:44: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:58:44: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:58:44: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:58:44: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:58:44: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:58:45: Opened connection to http://localhost:8001/xa_lifecycle_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:58:45: TRACE: got outputstream [javatest.batch] 12-12-2019 11:58:45: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:58:45: SVR-TRACE: init com.sun.ts.tests.common.vehicle.connectorservlet.ConnectorServletVehicle ... [javatest.batch] 12-12-2019 11:58:45: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:58:45: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:58:45: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:58:45: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:58:45: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:58:45: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:58:45: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=xa_lifecycle_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnullwhitebox-xa=java:comp/env/eis/whitebox-xanulltestName=testAssociationMCFandRAnullvehicle=connectorservletnullharness.log.delayseconds=1nullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nulltest_classname=com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1nullwebServerHost=localhostnullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:58:45: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:58:45: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:58:45: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1 [javatest.batch] 12-12-2019 11:58:45: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1 [javatest.batch] 12-12-2019 11:58:45: SVR-TRACE: ** IN getRunMethod: testname=testAssociationMCFandRA [javatest.batch] 12-12-2019 11:58:45: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:58:45: SVR-TRACE: **runmethod=testAssociationMCFandRA [javatest.batch] 12-12-2019 11:58:45: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:58:45: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:58:45: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testAssociationMCFandRA_setup [javatest.batch] 12-12-2019 11:58:45: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:58:45: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:58:45: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:58:45: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testAssociationMCFandRA_cleanup [javatest.batch] 12-12-2019 11:58:45: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:58:45: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:58:45: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:58:45: SVR: Using: java:comp/env/eis/whitebox-xa [javatest.batch] 12-12-2019 11:58:45: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:58:45: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:58:45: SVR: Performing callback verification... [javatest.batch] 12-12-2019 11:58:45: SVR: Got RA log. [javatest.batch] 12-12-2019 11:58:45: SVR-TRACE: Got connection. [javatest.batch] 12-12-2019 11:58:45: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:58:45: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:58:45: SVR-TRACE: [AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, XAManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, cbTestCPCandPVC: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., cbTestCPCandGPC: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, enterred submitSICWork(), submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workStarted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=5, notifications test: contextSetupComplete(): count=6, notifications test: workCompleted(): count=7, notifications test: workCompleted(): count=7, Work Object Submitted, WorkListenerImpl.workAccepted, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, str) passed, SharingViolationException(str, throwable) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, Xid Committed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, TransactionContext supported by Server., RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, SecurityContext supported by Server., RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, HintsContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, NoTxManagedConnectionFactory setResourceAdapter 1, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), LocalTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, IBAnnoWorkManager Work Object Submitted, IBAnnoMessageListener.workAccepted, IBAnnoMessageListener.workStarted, NestWork.constructor, NestWork.run, IBAnnoMessageListener committed Xid, TransactionContext Work Object Submitted, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., FAILURE: validateCustomPermFromAppServer(), throwing AccessControlException., SUCCESS: validateLocalGrantForCustomPerm passed., SUCCESS: validateRequiredPermSet passed., SUCCESS: CTSPermission3_name doesnt exist and was caught., SUCCESS: validateMissingPermFails passed., SUCCESS: validateRestrictedLocalPerm passed., SUCCESS: validateLocalPermsInvalidName() threw expected AccessControlException, SUCCESS: validateLocalPermsInvalidName passed., PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, NestWork.run, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, NoTxManagedConnectionFactory setResourceAdapter 1, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1] [javatest.batch] 12-12-2019 11:58:45: SVR: Methods called correctly [javatest.batch] 12-12-2019 11:58:45: SVR: Performing end to end verification... [javatest.batch] 12-12-2019 11:58:45: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 12-12-2019 11:58:45: SVR: Values inserted into table! [javatest.batch] 12-12-2019 11:58:45: SVR: Table has been dropped! [javatest.batch] 12-12-2019 11:58:45: SVR: Cleanup [javatest.batch] 12-12-2019 11:58:45: SVR: Test running in servlet vehicle passed [javatest.batch] 12-12-2019 11:58:46: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/xa/lifecycle/lifecycleClient1.java#testAssociationMCFandRA_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 120 (120 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 19 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/xa/lifecycle/lifecycleClient1.java#testAssociationMCFandRA2_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:58:46: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:58:46: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:58:46: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testAssociationMCFandRA2 -vehicle connectorservlet -ap /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/tssql.stmt [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:58:47: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:58:47: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:58:47: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:58:47: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:58:47: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:58:47: Opened connection to http://localhost:8001/xa_lifecycle_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:58:47: TRACE: got outputstream [javatest.batch] 12-12-2019 11:58:47: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:58:47: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:58:47: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:58:47: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:58:47: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:58:47: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:58:47: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:58:47: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:58:47: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:58:47: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=xa_lifecycle_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnullwhitebox-xa=java:comp/env/eis/whitebox-xanulltestName=testAssociationMCFandRA2nullvehicle=connectorservletnullharness.log.delayseconds=1nullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nulltest_classname=com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1nullwebServerHost=localhostnullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:58:47: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:58:47: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:58:47: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1 [javatest.batch] 12-12-2019 11:58:47: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1 [javatest.batch] 12-12-2019 11:58:47: SVR-TRACE: ** IN getRunMethod: testname=testAssociationMCFandRA2 [javatest.batch] 12-12-2019 11:58:47: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:58:47: SVR-TRACE: **runmethod=testAssociationMCFandRA2 [javatest.batch] 12-12-2019 11:58:47: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:58:47: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:58:47: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testAssociationMCFandRA2_setup [javatest.batch] 12-12-2019 11:58:47: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:58:47: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:58:47: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:58:47: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testAssociationMCFandRA2_cleanup [javatest.batch] 12-12-2019 11:58:47: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:58:47: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:58:47: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:58:47: SVR: Using: java:comp/env/eis/whitebox-xa [javatest.batch] 12-12-2019 11:58:47: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:58:47: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:58:47: SVR: Performing callback verification... [javatest.batch] 12-12-2019 11:58:47: SVR: Got RA log. [javatest.batch] 12-12-2019 11:58:47: SVR-TRACE: Got connection. [javatest.batch] 12-12-2019 11:58:47: SVR-TRACE: [AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, XAManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, cbTestCPCandPVC: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., cbTestCPCandGPC: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, enterred submitSICWork(), submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workStarted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=5, notifications test: contextSetupComplete(): count=6, notifications test: workCompleted(): count=7, notifications test: workCompleted(): count=7, Work Object Submitted, WorkListenerImpl.workAccepted, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, str) passed, SharingViolationException(str, throwable) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, Xid Committed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, TransactionContext supported by Server., RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, SecurityContext supported by Server., RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, HintsContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, NoTxManagedConnectionFactory setResourceAdapter 1, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), LocalTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, IBAnnoWorkManager Work Object Submitted, IBAnnoMessageListener.workAccepted, IBAnnoMessageListener.workStarted, NestWork.constructor, NestWork.run, IBAnnoMessageListener committed Xid, TransactionContext Work Object Submitted, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., FAILURE: validateCustomPermFromAppServer(), throwing AccessControlException., SUCCESS: validateLocalGrantForCustomPerm passed., SUCCESS: validateRequiredPermSet passed., SUCCESS: CTSPermission3_name doesnt exist and was caught., SUCCESS: validateMissingPermFails passed., SUCCESS: validateRestrictedLocalPerm passed., SUCCESS: validateLocalPermsInvalidName() threw expected AccessControlException, SUCCESS: validateLocalPermsInvalidName passed., PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, NestWork.run, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, NoTxManagedConnectionFactory setResourceAdapter 1, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1] [javatest.batch] 12-12-2019 11:58:47: SVR: testAssociationMCFandRA2 passed: setResourceAdapter not called twice. [javatest.batch] 12-12-2019 11:58:47: SVR: Cleanup [javatest.batch] 12-12-2019 11:58:47: SVR: Test running in servlet vehicle passed [javatest.batch] 12-12-2019 11:58:48: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/xa/lifecycle/lifecycleClient1.java#testAssociationMCFandRA2_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 121 (121 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 18 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/xa/lifecycle/lifecycleClient1.java#testBootstrapforNull_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:58:48: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:58:48: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:58:49: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testBootstrapforNull -vehicle connectorservlet -ap /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/tssql.stmt [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:58:49: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:58:49: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:58:49: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:58:49: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:58:49: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:58:49: Opened connection to http://localhost:8001/xa_lifecycle_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:58:49: TRACE: got outputstream [javatest.batch] 12-12-2019 11:58:49: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:58:49: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:58:49: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:58:49: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:58:49: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:58:49: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:58:49: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:58:49: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:58:49: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:58:49: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=xa_lifecycle_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnullwhitebox-xa=java:comp/env/eis/whitebox-xanulltestName=testBootstrapforNullnullvehicle=connectorservletnullharness.log.delayseconds=1nullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nulltest_classname=com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1nullwebServerHost=localhostnullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:58:49: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:58:49: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:58:49: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1 [javatest.batch] 12-12-2019 11:58:49: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1 [javatest.batch] 12-12-2019 11:58:49: SVR-TRACE: ** IN getRunMethod: testname=testBootstrapforNull [javatest.batch] 12-12-2019 11:58:49: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:58:49: SVR-TRACE: **runmethod=testBootstrapforNull [javatest.batch] 12-12-2019 11:58:49: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:58:49: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:58:49: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testBootstrapforNull_setup [javatest.batch] 12-12-2019 11:58:49: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:58:49: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:58:49: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:58:49: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testBootstrapforNull_cleanup [javatest.batch] 12-12-2019 11:58:49: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:58:49: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:58:49: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:58:49: SVR: Using: java:comp/env/eis/whitebox-xa [javatest.batch] 12-12-2019 11:58:49: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:58:49: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:58:49: SVR: Performing callback verification... [javatest.batch] 12-12-2019 11:58:49: SVR: Got RA log. [javatest.batch] 12-12-2019 11:58:49: SVR-TRACE: Got connection. [javatest.batch] 12-12-2019 11:58:49: SVR-TRACE: [AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, XAManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, cbTestCPCandPVC: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., cbTestCPCandGPC: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, enterred submitSICWork(), submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workStarted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=5, notifications test: contextSetupComplete(): count=6, notifications test: workCompleted(): count=7, notifications test: workCompleted(): count=7, Work Object Submitted, WorkListenerImpl.workAccepted, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, str) passed, SharingViolationException(str, throwable) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, Xid Committed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, TransactionContext supported by Server., RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, SecurityContext supported by Server., RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, HintsContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, NoTxManagedConnectionFactory setResourceAdapter 1, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), LocalTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, IBAnnoWorkManager Work Object Submitted, IBAnnoMessageListener.workAccepted, IBAnnoMessageListener.workStarted, NestWork.constructor, NestWork.run, IBAnnoMessageListener committed Xid, TransactionContext Work Object Submitted, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., FAILURE: validateCustomPermFromAppServer(), throwing AccessControlException., SUCCESS: validateLocalGrantForCustomPerm passed., SUCCESS: validateRequiredPermSet passed., SUCCESS: CTSPermission3_name doesnt exist and was caught., SUCCESS: validateMissingPermFails passed., SUCCESS: validateRestrictedLocalPerm passed., SUCCESS: validateLocalPermsInvalidName() threw expected AccessControlException, SUCCESS: validateLocalPermsInvalidName passed., PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, NestWork.run, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, NoTxManagedConnectionFactory setResourceAdapter 1, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1] [javatest.batch] 12-12-2019 11:58:49: SVR: Methods called correctly [javatest.batch] 12-12-2019 11:58:49: SVR: Performing end to end verification... [javatest.batch] 12-12-2019 11:58:49: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 12-12-2019 11:58:49: SVR: Values inserted into table! [javatest.batch] 12-12-2019 11:58:49: SVR: Table has been dropped! [javatest.batch] 12-12-2019 11:58:49: SVR: Cleanup [javatest.batch] 12-12-2019 11:58:49: SVR: Test running in servlet vehicle passed [javatest.batch] 12-12-2019 11:58:50: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/xa/lifecycle/lifecycleClient1.java#testBootstrapforNull_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 122 (122 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 17 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/xa/lifecycle/lifecycleClient1.java#testInstantiationOfRA_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:58:51: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:58:51: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:58:51: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testInstantiationOfRA -vehicle connectorservlet -ap /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/tssql.stmt [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:58:51: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:58:51: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:58:51: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:58:51: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:58:51: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:58:51: Opened connection to http://localhost:8001/xa_lifecycle_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:58:51: TRACE: got outputstream [javatest.batch] 12-12-2019 11:58:51: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:58:51: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:58:51: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:58:51: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:58:51: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:58:51: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:58:51: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:58:51: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:58:51: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:58:51: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=xa_lifecycle_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnullwhitebox-xa=java:comp/env/eis/whitebox-xanulltestName=testInstantiationOfRAnullvehicle=connectorservletnullharness.log.delayseconds=1nullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nulltest_classname=com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1nullwebServerHost=localhostnullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:58:51: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:58:51: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:58:51: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1 [javatest.batch] 12-12-2019 11:58:51: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1 [javatest.batch] 12-12-2019 11:58:51: SVR-TRACE: ** IN getRunMethod: testname=testInstantiationOfRA [javatest.batch] 12-12-2019 11:58:51: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:58:51: SVR-TRACE: **runmethod=testInstantiationOfRA [javatest.batch] 12-12-2019 11:58:51: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:58:51: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:58:51: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testInstantiationOfRA_setup [javatest.batch] 12-12-2019 11:58:51: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:58:51: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:58:51: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:58:51: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testInstantiationOfRA_cleanup [javatest.batch] 12-12-2019 11:58:51: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:58:51: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:58:51: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:58:51: SVR: Using: java:comp/env/eis/whitebox-xa [javatest.batch] 12-12-2019 11:58:51: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:58:51: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:58:51: SVR: Performing callback verification... [javatest.batch] 12-12-2019 11:58:51: SVR: Got RA log. [javatest.batch] 12-12-2019 11:58:51: SVR-TRACE: Got connection. [javatest.batch] 12-12-2019 11:58:51: SVR-TRACE: [AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, XAManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, cbTestCPCandPVC: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., cbTestCPCandGPC: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, enterred submitSICWork(), submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workStarted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=5, notifications test: contextSetupComplete(): count=6, notifications test: workCompleted(): count=7, notifications test: workCompleted(): count=7, Work Object Submitted, WorkListenerImpl.workAccepted, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, str) passed, SharingViolationException(str, throwable) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, Xid Committed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, TransactionContext supported by Server., RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, SecurityContext supported by Server., RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, HintsContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, NoTxManagedConnectionFactory setResourceAdapter 1, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), LocalTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, IBAnnoWorkManager Work Object Submitted, IBAnnoMessageListener.workAccepted, IBAnnoMessageListener.workStarted, NestWork.constructor, NestWork.run, IBAnnoMessageListener committed Xid, TransactionContext Work Object Submitted, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., FAILURE: validateCustomPermFromAppServer(), throwing AccessControlException., SUCCESS: validateLocalGrantForCustomPerm passed., SUCCESS: validateRequiredPermSet passed., SUCCESS: CTSPermission3_name doesnt exist and was caught., SUCCESS: validateMissingPermFails passed., SUCCESS: validateRestrictedLocalPerm passed., SUCCESS: validateLocalPermsInvalidName() threw expected AccessControlException, SUCCESS: validateLocalPermsInvalidName passed., PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, NestWork.run, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, NoTxManagedConnectionFactory setResourceAdapter 1, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1] [javatest.batch] 12-12-2019 11:58:51: SVR: Methods called correctly [javatest.batch] 12-12-2019 11:58:51: SVR: Performing end to end verification... [javatest.batch] 12-12-2019 11:58:51: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 12-12-2019 11:58:51: SVR: Values inserted into table! [javatest.batch] 12-12-2019 11:58:51: SVR: Table has been dropped! [javatest.batch] 12-12-2019 11:58:51: SVR: Cleanup [javatest.batch] 12-12-2019 11:58:51: SVR: Test running in servlet vehicle passed [javatest.batch] 12-12-2019 11:58:52: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/xa/lifecycle/lifecycleClient1.java#testInstantiationOfRA_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 123 (123 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 16 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/xa/lifecycle/lifecycleClient1.java#testMCFcalledOnce_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:58:53: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:58:53: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:58:53: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testMCFcalledOnce -vehicle connectorservlet -ap /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/tssql.stmt [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:58:53: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:58:53: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:58:53: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:58:53: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:58:53: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:58:53: Opened connection to http://localhost:8001/xa_lifecycle_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:58:53: TRACE: got outputstream [javatest.batch] 12-12-2019 11:58:53: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:58:53: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:58:53: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:58:53: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:58:53: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:58:53: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:58:53: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:58:53: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:58:53: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:58:53: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=xa_lifecycle_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnullwhitebox-xa=java:comp/env/eis/whitebox-xanulltestName=testMCFcalledOncenullvehicle=connectorservletnullharness.log.delayseconds=1nullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nulltest_classname=com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1nullwebServerHost=localhostnullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:58:53: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:58:53: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:58:53: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1 [javatest.batch] 12-12-2019 11:58:53: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1 [javatest.batch] 12-12-2019 11:58:53: SVR-TRACE: ** IN getRunMethod: testname=testMCFcalledOnce [javatest.batch] 12-12-2019 11:58:53: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:58:53: SVR-TRACE: **runmethod=testMCFcalledOnce [javatest.batch] 12-12-2019 11:58:53: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:58:53: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:58:53: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testMCFcalledOnce_setup [javatest.batch] 12-12-2019 11:58:53: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:58:53: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:58:53: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:58:53: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testMCFcalledOnce_cleanup [javatest.batch] 12-12-2019 11:58:53: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:58:53: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:58:53: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:58:53: SVR: Using: java:comp/env/eis/whitebox-xa [javatest.batch] 12-12-2019 11:58:53: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:58:53: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:58:53: SVR: Performing callback verification... [javatest.batch] 12-12-2019 11:58:53: SVR: Got RA log. [javatest.batch] 12-12-2019 11:58:53: SVR-TRACE: Got connection. [javatest.batch] 12-12-2019 11:58:53: SVR-TRACE: [AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, XAManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, cbTestCPCandPVC: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., cbTestCPCandGPC: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, enterred submitSICWork(), submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workStarted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=5, notifications test: contextSetupComplete(): count=6, notifications test: workCompleted(): count=7, notifications test: workCompleted(): count=7, Work Object Submitted, WorkListenerImpl.workAccepted, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, str) passed, SharingViolationException(str, throwable) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, Xid Committed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, TransactionContext supported by Server., RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, SecurityContext supported by Server., RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, HintsContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, NoTxManagedConnectionFactory setResourceAdapter 1, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), LocalTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, IBAnnoWorkManager Work Object Submitted, IBAnnoMessageListener.workAccepted, IBAnnoMessageListener.workStarted, NestWork.constructor, NestWork.run, IBAnnoMessageListener committed Xid, TransactionContext Work Object Submitted, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., FAILURE: validateCustomPermFromAppServer(), throwing AccessControlException., SUCCESS: validateLocalGrantForCustomPerm passed., SUCCESS: validateRequiredPermSet passed., SUCCESS: CTSPermission3_name doesnt exist and was caught., SUCCESS: validateMissingPermFails passed., SUCCESS: validateRestrictedLocalPerm passed., SUCCESS: validateLocalPermsInvalidName() threw expected AccessControlException, SUCCESS: validateLocalPermsInvalidName passed., PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, NestWork.run, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, NoTxManagedConnectionFactory setResourceAdapter 1, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1] [javatest.batch] 12-12-2019 11:58:54: SVR: Methods called correctly [javatest.batch] 12-12-2019 11:58:54: SVR: Performing end to end verification... [javatest.batch] 12-12-2019 11:58:54: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 12-12-2019 11:58:54: SVR: Values inserted into table! [javatest.batch] 12-12-2019 11:58:54: SVR: Table has been dropped! [javatest.batch] 12-12-2019 11:58:54: SVR: Cleanup [javatest.batch] 12-12-2019 11:58:54: SVR: Test running in servlet vehicle passed [javatest.batch] 12-12-2019 11:58:54: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/xa/lifecycle/lifecycleClient1.java#testMCFcalledOnce_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 124 (124 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 15 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/xa/lifecycle/lifecycleClient1.java#testRAforJavaBean_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:58:55: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:58:55: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:58:55: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testRAforJavaBean -vehicle connectorservlet -ap /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/tssql.stmt [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:58:55: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:58:55: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:58:55: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:58:55: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:58:55: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:58:56: Opened connection to http://localhost:8001/xa_lifecycle_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:58:56: TRACE: got outputstream [javatest.batch] 12-12-2019 11:58:56: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:58:56: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:58:56: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:58:56: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:58:56: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:58:56: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:58:56: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:58:56: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:58:56: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:58:56: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=xa_lifecycle_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnullwhitebox-xa=java:comp/env/eis/whitebox-xanulltestName=testRAforJavaBeannullvehicle=connectorservletnullharness.log.delayseconds=1nullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nulltest_classname=com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1nullwebServerHost=localhostnullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:58:56: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:58:56: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:58:56: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1 [javatest.batch] 12-12-2019 11:58:56: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1 [javatest.batch] 12-12-2019 11:58:56: SVR-TRACE: ** IN getRunMethod: testname=testRAforJavaBean [javatest.batch] 12-12-2019 11:58:56: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:58:56: SVR-TRACE: **runmethod=testRAforJavaBean [javatest.batch] 12-12-2019 11:58:56: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:58:56: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:58:56: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testRAforJavaBean_setup [javatest.batch] 12-12-2019 11:58:56: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:58:56: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:58:56: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:58:56: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testRAforJavaBean_cleanup [javatest.batch] 12-12-2019 11:58:56: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:58:56: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:58:56: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:58:56: SVR: Using: java:comp/env/eis/whitebox-xa [javatest.batch] 12-12-2019 11:58:56: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:58:56: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:58:56: SVR: Performing callback verification... [javatest.batch] 12-12-2019 11:58:56: SVR: Got RA log. [javatest.batch] 12-12-2019 11:58:56: SVR-TRACE: Got connection. [javatest.batch] 12-12-2019 11:58:56: SVR-TRACE: [AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, XAManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, cbTestCPCandPVC: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., cbTestCPCandGPC: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, enterred submitSICWork(), submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workStarted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=5, notifications test: contextSetupComplete(): count=6, notifications test: workCompleted(): count=7, notifications test: workCompleted(): count=7, Work Object Submitted, WorkListenerImpl.workAccepted, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, str) passed, SharingViolationException(str, throwable) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, Xid Committed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, TransactionContext supported by Server., RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, SecurityContext supported by Server., RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, HintsContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, NoTxManagedConnectionFactory setResourceAdapter 1, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), LocalTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, IBAnnoWorkManager Work Object Submitted, IBAnnoMessageListener.workAccepted, IBAnnoMessageListener.workStarted, NestWork.constructor, NestWork.run, IBAnnoMessageListener committed Xid, TransactionContext Work Object Submitted, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., FAILURE: validateCustomPermFromAppServer(), throwing AccessControlException., SUCCESS: validateLocalGrantForCustomPerm passed., SUCCESS: validateRequiredPermSet passed., SUCCESS: CTSPermission3_name doesnt exist and was caught., SUCCESS: validateMissingPermFails passed., SUCCESS: validateRestrictedLocalPerm passed., SUCCESS: validateLocalPermsInvalidName() threw expected AccessControlException, SUCCESS: validateLocalPermsInvalidName passed., PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, NestWork.run, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, NoTxManagedConnectionFactory setResourceAdapter 1, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1] [javatest.batch] 12-12-2019 11:58:56: SVR: Methods called correctly [javatest.batch] 12-12-2019 11:58:56: SVR: Performing end to end verification... [javatest.batch] 12-12-2019 11:58:56: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 12-12-2019 11:58:56: SVR: Values inserted into table! [javatest.batch] 12-12-2019 11:58:56: SVR: Table has been dropped! [javatest.batch] 12-12-2019 11:58:56: SVR: Exception dropping table. [javatest.batch] 12-12-2019 11:58:56: SVR: Cleanup [javatest.batch] 12-12-2019 11:58:56: SVR: Test running in servlet vehicle passed [javatest.batch] 12-12-2019 11:58:57: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/xa/lifecycle/lifecycleClient1.java#testRAforJavaBean_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 125 (125 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 14 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/xa/lifecycle/lifecycleClient1.java#testRASharability_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:58:57: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:58:57: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:58:57: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testRASharability -vehicle connectorservlet -ap /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/tssql.stmt [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:58:57: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:58:57: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:58:57: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:58:57: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:58:57: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:58:58: Opened connection to http://localhost:8001/xa_lifecycle_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:58:58: TRACE: got outputstream [javatest.batch] 12-12-2019 11:58:58: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:58:58: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:58:58: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:58:58: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:58:58: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:58:58: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:58:58: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:58:58: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:58:58: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=xa_lifecycle_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnullwhitebox-xa=java:comp/env/eis/whitebox-xanulltestName=testRASharabilitynullvehicle=connectorservletnullharness.log.delayseconds=1nullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nulltest_classname=com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1nullwebServerHost=localhostnullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:58:58: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:58:58: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:58:58: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:58:58: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1 [javatest.batch] 12-12-2019 11:58:58: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.xa.lifecycle.lifecycleClient1 [javatest.batch] 12-12-2019 11:58:58: SVR-TRACE: ** IN getRunMethod: testname=testRASharability [javatest.batch] 12-12-2019 11:58:58: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:58:58: SVR-TRACE: **runmethod=testRASharability [javatest.batch] 12-12-2019 11:58:58: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:58:58: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:58:58: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testRASharability_setup [javatest.batch] 12-12-2019 11:58:58: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:58:58: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:58:58: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:58:58: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testRASharability_cleanup [javatest.batch] 12-12-2019 11:58:58: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:58:58: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:58:58: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:58:58: SVR: Using: java:comp/env/eis/whitebox-xa [javatest.batch] 12-12-2019 11:58:58: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:58:58: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:58:58: SVR: Performing callback verification... [javatest.batch] 12-12-2019 11:58:58: SVR: Got RA log. [javatest.batch] 12-12-2019 11:58:58: SVR-TRACE: Got connection. [javatest.batch] 12-12-2019 11:58:58: SVR-TRACE: [AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, XAManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, cbTestCPCandPVC: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., cbTestCPCandGPC: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, enterred submitSICWork(), submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workStarted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=5, notifications test: contextSetupComplete(): count=6, notifications test: workCompleted(): count=7, notifications test: workCompleted(): count=7, Work Object Submitted, WorkListenerImpl.workAccepted, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, str) passed, SharingViolationException(str, throwable) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, Xid Committed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, TransactionContext supported by Server., RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, SecurityContext supported by Server., RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, HintsContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, NoTxManagedConnectionFactory setResourceAdapter 1, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), LocalTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, IBAnnoWorkManager Work Object Submitted, IBAnnoMessageListener.workAccepted, IBAnnoMessageListener.workStarted, NestWork.constructor, NestWork.run, IBAnnoMessageListener committed Xid, TransactionContext Work Object Submitted, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., FAILURE: validateCustomPermFromAppServer(), throwing AccessControlException., SUCCESS: validateLocalGrantForCustomPerm passed., SUCCESS: validateRequiredPermSet passed., SUCCESS: CTSPermission3_name doesnt exist and was caught., SUCCESS: validateMissingPermFails passed., SUCCESS: validateRestrictedLocalPerm passed., SUCCESS: validateLocalPermsInvalidName() threw expected AccessControlException, SUCCESS: validateLocalPermsInvalidName passed., PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, NestWork.run, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, NoTxManagedConnectionFactory setResourceAdapter 1, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1] [javatest.batch] 12-12-2019 11:58:58: SVR: Methods called correctly [javatest.batch] 12-12-2019 11:58:58: SVR: Performing end to end verification... [javatest.batch] 12-12-2019 11:58:58: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 12-12-2019 11:58:58: SVR: Values inserted into table! [javatest.batch] 12-12-2019 11:58:58: SVR: Table has been dropped! [javatest.batch] 12-12-2019 11:58:58: SVR: Cleanup [javatest.batch] 12-12-2019 11:58:58: SVR: Test running in servlet vehicle passed [javatest.batch] 12-12-2019 11:58:59: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/xa/lifecycle/lifecycleClient1.java#testRASharability_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 126 (126 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 13 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/xa/security/securityClient1.java#testAppEISSignon_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:58:59: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:58:59: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:58:59: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testAppEISSignon -vehicle connectorservlet -ap /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/tssql.stmt [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:58:59: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:58:59: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:58:59: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:58:59: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:58:59: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:59:00: Opened connection to http://localhost:8001/xa_security_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:59:00: TRACE: got outputstream [javatest.batch] 12-12-2019 11:59:00: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:59:00: SVR-TRACE: init com.sun.ts.tests.common.vehicle.connectorservlet.ConnectorServletVehicle ... [javatest.batch] 12-12-2019 11:59:00: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:59:00: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:59:00: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:59:00: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:59:00: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:59:00: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:59:00: SVR-TRACE: --- Property Listing ---nullrapassword1=cts1nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=xa_security_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullwhitebox-xa=java:comp/env/eis/whitebox-xanulltestName=testAppEISSignonnullvehicle=connectorservletnullharness.log.delayseconds=1nullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nulltest_classname=com.sun.ts.tests.connector.xa.security.securityClient1nullwebServerHost=localhostnullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullrauser1=cts1nullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:59:00: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:59:00: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:59:00: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.xa.security.securityClient1 [javatest.batch] 12-12-2019 11:59:00: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.xa.security.securityClient1 [javatest.batch] 12-12-2019 11:59:00: SVR-TRACE: ** IN getRunMethod: testname=testAppEISSignon [javatest.batch] 12-12-2019 11:59:00: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:59:00: SVR-TRACE: **runmethod=testAppEISSignon [javatest.batch] 12-12-2019 11:59:00: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:59:00: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:59:00: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testAppEISSignon_setup [javatest.batch] 12-12-2019 11:59:00: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:59:00: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:59:00: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:59:00: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testAppEISSignon_cleanup [javatest.batch] 12-12-2019 11:59:00: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:59:00: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:59:00: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:59:00: SVR: Using: java:comp/env/eis/whitebox-xa [javatest.batch] 12-12-2019 11:59:00: SVR: Using: java:comp/env/eis/whitebox-xa-param [javatest.batch] 12-12-2019 11:59:00: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@5faa07fb [javatest.batch] 12-12-2019 11:59:00: SVR: ds2 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@35e4d61f [javatest.batch] 12-12-2019 11:59:00: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:59:00: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:59:00: SVR: Using: java:comp/env/eis/whitebox-xa-param [javatest.batch] 12-12-2019 11:59:00: SVR: Got connection object from the DataSource. [javatest.batch] 12-12-2019 11:59:00: SVR: Checking for Connection Validity. [javatest.batch] 12-12-2019 11:59:00: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 12-12-2019 11:59:00: SVR: Values inserted into table! [javatest.batch] 12-12-2019 11:59:00: SVR: Table has been dropped! [javatest.batch] 12-12-2019 11:59:00: SVR: Cleanup [javatest.batch] 12-12-2019 11:59:00: SVR-TRACE: Closing connection in cleanup. [javatest.batch] 12-12-2019 11:59:00: SVR: Test running in servlet vehicle passed [javatest.batch] 12-12-2019 11:59:00: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:59:00: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:59:01: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/xa/security/securityClient1.java#testAppEISSignon_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 127 (127 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 12 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/xa/security/securityClient1.java#testComponentManaged_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:59:01: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:59:01: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:59:01: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testComponentManaged -vehicle connectorservlet -ap /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/tssql.stmt [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:59:02: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:59:02: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:59:02: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:59:02: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:59:02: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:59:02: Opened connection to http://localhost:8001/xa_security_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:59:02: TRACE: got outputstream [javatest.batch] 12-12-2019 11:59:02: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:59:02: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:59:02: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:59:02: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:59:02: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:59:02: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:59:02: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:59:02: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:59:02: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:59:02: SVR-TRACE: --- Property Listing ---nullrapassword1=cts1nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=xa_security_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullwhitebox-xa=java:comp/env/eis/whitebox-xanulltestName=testComponentManagednullvehicle=connectorservletnullharness.log.delayseconds=1nullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nulltest_classname=com.sun.ts.tests.connector.xa.security.securityClient1nullwebServerHost=localhostnullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullrauser1=cts1nullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:59:02: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:59:02: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:59:02: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.xa.security.securityClient1 [javatest.batch] 12-12-2019 11:59:02: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.xa.security.securityClient1 [javatest.batch] 12-12-2019 11:59:02: SVR-TRACE: ** IN getRunMethod: testname=testComponentManaged [javatest.batch] 12-12-2019 11:59:02: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:59:02: SVR-TRACE: **runmethod=testComponentManaged [javatest.batch] 12-12-2019 11:59:02: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:59:02: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:59:02: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testComponentManaged_setup [javatest.batch] 12-12-2019 11:59:02: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:59:02: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:59:02: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:59:02: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testComponentManaged_cleanup [javatest.batch] 12-12-2019 11:59:02: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:59:02: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:59:02: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:59:02: SVR: Using: java:comp/env/eis/whitebox-xa [javatest.batch] 12-12-2019 11:59:02: SVR: Using: java:comp/env/eis/whitebox-xa-param [javatest.batch] 12-12-2019 11:59:02: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@33dbc68c [javatest.batch] 12-12-2019 11:59:02: SVR: ds2 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@72a53870 [javatest.batch] 12-12-2019 11:59:02: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:59:02: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:59:02: SVR: Using: java:comp/env/eis/whitebox-xa-param [javatest.batch] 12-12-2019 11:59:02: SVR: Got connection object from the DataSource. [javatest.batch] 12-12-2019 11:59:02: SVR: Checking for Connection Validity. [javatest.batch] 12-12-2019 11:59:02: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 12-12-2019 11:59:02: SVR: Values inserted into table! [javatest.batch] 12-12-2019 11:59:02: SVR: Table has been dropped! [javatest.batch] 12-12-2019 11:59:02: SVR: Cleanup [javatest.batch] 12-12-2019 11:59:02: SVR-TRACE: Closing connection in cleanup. [javatest.batch] 12-12-2019 11:59:02: SVR: Test running in servlet vehicle passed [javatest.batch] 12-12-2019 11:59:03: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/xa/security/securityClient1.java#testComponentManaged_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 128 (128 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 11 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/xa/security/securityClient1.java#testConnManagerAllocateConnection_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:59:03: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:59:03: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:59:04: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testConnManagerAllocateConnection -vehicle connectorservlet -ap /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/tssql.stmt [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:59:04: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:59:04: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:59:04: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:59:04: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:59:04: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:59:04: Opened connection to http://localhost:8001/xa_security_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:59:04: TRACE: got outputstream [javatest.batch] 12-12-2019 11:59:04: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:59:04: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:59:04: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:59:04: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:59:04: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:59:04: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:59:04: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:59:04: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:59:04: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:59:04: SVR-TRACE: --- Property Listing ---nullrapassword1=cts1nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=xa_security_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullwhitebox-xa=java:comp/env/eis/whitebox-xanulltestName=testConnManagerAllocateConnectionnullvehicle=connectorservletnullharness.log.delayseconds=1nullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nulltest_classname=com.sun.ts.tests.connector.xa.security.securityClient1nullwebServerHost=localhostnullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullrauser1=cts1nullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:59:04: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:59:04: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:59:04: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.xa.security.securityClient1 [javatest.batch] 12-12-2019 11:59:04: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.xa.security.securityClient1 [javatest.batch] 12-12-2019 11:59:04: SVR-TRACE: ** IN getRunMethod: testname=testConnManagerAllocateConnection [javatest.batch] 12-12-2019 11:59:04: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:59:04: SVR-TRACE: **runmethod=testConnManagerAllocateConnection [javatest.batch] 12-12-2019 11:59:04: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:59:04: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:59:04: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testConnManagerAllocateConnection_setup [javatest.batch] 12-12-2019 11:59:04: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:59:04: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:59:04: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:59:04: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testConnManagerAllocateConnection_cleanup [javatest.batch] 12-12-2019 11:59:04: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:59:04: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:59:04: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:59:04: SVR: Using: java:comp/env/eis/whitebox-xa [javatest.batch] 12-12-2019 11:59:04: SVR: Using: java:comp/env/eis/whitebox-xa-param [javatest.batch] 12-12-2019 11:59:04: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@779619c4 [javatest.batch] 12-12-2019 11:59:04: SVR: ds2 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@6fdface2 [javatest.batch] 12-12-2019 11:59:04: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:59:04: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:59:04: SVR: Got connection from the DataSource. [javatest.batch] 12-12-2019 11:59:04: SVR: Checking for Connection Validity. [javatest.batch] 12-12-2019 11:59:04: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 12-12-2019 11:59:04: SVR: Values inserted into table! [javatest.batch] 12-12-2019 11:59:04: SVR: Table has been dropped! [javatest.batch] 12-12-2019 11:59:04: SVR: Cleanup [javatest.batch] 12-12-2019 11:59:04: SVR-TRACE: Closing connection in cleanup. [javatest.batch] 12-12-2019 11:59:04: SVR: Test running in servlet vehicle passed [javatest.batch] 12-12-2019 11:59:05: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/xa/security/securityClient1.java#testConnManagerAllocateConnection_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 129 (129 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 10 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/xa/security/securityClient1.java#testContainerManaged_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:59:06: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:59:06: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:59:06: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testContainerManaged -vehicle connectorservlet -ap /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/tssql.stmt [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:59:06: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:59:06: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:59:06: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:59:06: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:59:06: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:59:06: Opened connection to http://localhost:8001/xa_security_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:59:06: TRACE: got outputstream [javatest.batch] 12-12-2019 11:59:06: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:59:06: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:59:06: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:59:06: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:59:06: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:59:06: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:59:06: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:59:06: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:59:06: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:59:06: SVR-TRACE: --- Property Listing ---nullrapassword1=cts1nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=xa_security_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnullwhitebox-xa-param=java:comp/env/eis/whitebox-xa-paramnullwhitebox-xa=java:comp/env/eis/whitebox-xanulltestName=testContainerManagednullvehicle=connectorservletnullharness.log.delayseconds=1nullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nulltest_classname=com.sun.ts.tests.connector.xa.security.securityClient1nullwebServerHost=localhostnullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullrauser1=cts1nullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:59:06: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:59:06: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:59:06: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.xa.security.securityClient1 [javatest.batch] 12-12-2019 11:59:06: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.xa.security.securityClient1 [javatest.batch] 12-12-2019 11:59:06: SVR-TRACE: ** IN getRunMethod: testname=testContainerManaged [javatest.batch] 12-12-2019 11:59:06: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:59:06: SVR-TRACE: **runmethod=testContainerManaged [javatest.batch] 12-12-2019 11:59:06: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:59:06: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:59:06: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testContainerManaged_setup [javatest.batch] 12-12-2019 11:59:06: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:59:06: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:59:06: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:59:06: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testContainerManaged_cleanup [javatest.batch] 12-12-2019 11:59:06: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:59:06: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:59:06: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:59:06: SVR: Using: java:comp/env/eis/whitebox-xa [javatest.batch] 12-12-2019 11:59:06: SVR: Using: java:comp/env/eis/whitebox-xa-param [javatest.batch] 12-12-2019 11:59:06: SVR: ds1 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@6e71ba91 [javatest.batch] 12-12-2019 11:59:06: SVR: ds2 JNDI lookup: com.sun.ts.tests.common.connector.whitebox.TSEISDataSource@54894cb5 [javatest.batch] 12-12-2019 11:59:06: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:59:06: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:59:06: SVR: Got connection from the DataSource. [javatest.batch] 12-12-2019 11:59:06: SVR: Checking for Connection Validity. [javatest.batch] 12-12-2019 11:59:06: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 12-12-2019 11:59:06: SVR: Values inserted into table! [javatest.batch] 12-12-2019 11:59:06: SVR: Table has been dropped! [javatest.batch] 12-12-2019 11:59:06: SVR: Cleanup [javatest.batch] 12-12-2019 11:59:06: SVR-TRACE: Closing connection in cleanup. [javatest.batch] 12-12-2019 11:59:06: SVR: Test running in servlet vehicle passed [javatest.batch] 12-12-2019 11:59:07: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/xa/security/securityClient1.java#testContainerManaged_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 130 (130 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 9 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/xa/workmgt/workmgtClient1.java#testForUnsharedTimer_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:59:08: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:59:08: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:59:08: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testForUnsharedTimer -vehicle connectorservlet -ap /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/tssql.stmt [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:59:08: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:59:08: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:59:08: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:59:08: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:59:08: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:59:08: Opened connection to http://localhost:8001/xa_workmgt_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:59:08: TRACE: got outputstream [javatest.batch] 12-12-2019 11:59:08: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:59:09: SVR-TRACE: init com.sun.ts.tests.common.vehicle.connectorservlet.ConnectorServletVehicle ... [javatest.batch] 12-12-2019 11:59:09: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:59:09: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:59:09: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:59:09: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:59:09: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:59:09: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:59:09: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=xa_workmgt_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnullwhitebox-xa=java:comp/env/eis/whitebox-xanulltestName=testForUnsharedTimernullvehicle=connectorservletnullharness.log.delayseconds=1nullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nulltest_classname=com.sun.ts.tests.connector.xa.workmgt.workmgtClient1nullwebServerHost=localhostnullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:59:09: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:59:09: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:59:09: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.xa.workmgt.workmgtClient1 [javatest.batch] 12-12-2019 11:59:09: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.xa.workmgt.workmgtClient1 [javatest.batch] 12-12-2019 11:59:09: SVR-TRACE: ** IN getRunMethod: testname=testForUnsharedTimer [javatest.batch] 12-12-2019 11:59:09: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:59:09: SVR-TRACE: **runmethod=testForUnsharedTimer [javatest.batch] 12-12-2019 11:59:09: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:59:09: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:59:09: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testForUnsharedTimer_setup [javatest.batch] 12-12-2019 11:59:09: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:59:09: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:59:09: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:59:09: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testForUnsharedTimer_cleanup [javatest.batch] 12-12-2019 11:59:09: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:59:09: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:59:09: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:59:09: SVR: Using: java:comp/env/eis/whitebox-xa [javatest.batch] 12-12-2019 11:59:09: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:59:09: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:59:09: SVR: Performing callback verification... [javatest.batch] 12-12-2019 11:59:09: SVR: Got RA log. [javatest.batch] 12-12-2019 11:59:09: SVR-TRACE: Got connection. [javatest.batch] 12-12-2019 11:59:09: SVR-TRACE: [AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, XAManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, cbTestCPCandPVC: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., cbTestCPCandGPC: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, enterred submitSICWork(), submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workStarted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=5, notifications test: contextSetupComplete(): count=6, notifications test: workCompleted(): count=7, notifications test: workCompleted(): count=7, Work Object Submitted, WorkListenerImpl.workAccepted, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, str) passed, SharingViolationException(str, throwable) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, Xid Committed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, TransactionContext supported by Server., RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, SecurityContext supported by Server., RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, HintsContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, NoTxManagedConnectionFactory setResourceAdapter 1, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), LocalTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, IBAnnoWorkManager Work Object Submitted, IBAnnoMessageListener.workAccepted, IBAnnoMessageListener.workStarted, NestWork.constructor, NestWork.run, IBAnnoMessageListener committed Xid, TransactionContext Work Object Submitted, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., FAILURE: validateCustomPermFromAppServer(), throwing AccessControlException., SUCCESS: validateLocalGrantForCustomPerm passed., SUCCESS: validateRequiredPermSet passed., SUCCESS: CTSPermission3_name doesnt exist and was caught., SUCCESS: validateMissingPermFails passed., SUCCESS: validateRestrictedLocalPerm passed., SUCCESS: validateLocalPermsInvalidName() threw expected AccessControlException, SUCCESS: validateLocalPermsInvalidName passed., PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, NestWork.run, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, NoTxManagedConnectionFactory setResourceAdapter 1, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1] [javatest.batch] 12-12-2019 11:59:09: SVR: Methods called correctly [javatest.batch] 12-12-2019 11:59:09: SVR: Performing end to end verification... [javatest.batch] 12-12-2019 11:59:09: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 12-12-2019 11:59:09: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:59:09: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:59:09: SVR: Values inserted into table! [javatest.batch] 12-12-2019 11:59:09: SVR: Table has been dropped! [javatest.batch] 12-12-2019 11:59:09: SVR: Cleanup [javatest.batch] 12-12-2019 11:59:09: SVR: Test running in servlet vehicle passed [javatest.batch] 12-12-2019 11:59:10: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/xa/workmgt/workmgtClient1.java#testForUnsharedTimer_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 131 (131 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 8 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/xa/workmgt/workmgtClient1.java#testNestedWork_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:59:10: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:59:10: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:59:10: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testNestedWork -vehicle connectorservlet -ap /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/tssql.stmt [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:59:10: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:59:10: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:59:10: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:59:10: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:59:10: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:59:11: Opened connection to http://localhost:8001/xa_workmgt_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:59:11: TRACE: got outputstream [javatest.batch] 12-12-2019 11:59:11: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:59:11: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:59:11: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:59:11: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:59:11: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:59:11: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:59:11: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:59:11: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:59:11: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:59:11: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=xa_workmgt_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnullwhitebox-xa=java:comp/env/eis/whitebox-xanulltestName=testNestedWorknullvehicle=connectorservletnullharness.log.delayseconds=1nullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nulltest_classname=com.sun.ts.tests.connector.xa.workmgt.workmgtClient1nullwebServerHost=localhostnullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:59:11: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:59:11: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:59:11: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.xa.workmgt.workmgtClient1 [javatest.batch] 12-12-2019 11:59:11: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.xa.workmgt.workmgtClient1 [javatest.batch] 12-12-2019 11:59:11: SVR-TRACE: ** IN getRunMethod: testname=testNestedWork [javatest.batch] 12-12-2019 11:59:11: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:59:11: SVR-TRACE: **runmethod=testNestedWork [javatest.batch] 12-12-2019 11:59:11: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:59:11: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:59:11: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testNestedWork_setup [javatest.batch] 12-12-2019 11:59:11: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:59:11: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:59:11: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:59:11: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testNestedWork_cleanup [javatest.batch] 12-12-2019 11:59:11: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:59:11: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:59:11: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:59:11: SVR: Using: java:comp/env/eis/whitebox-xa [javatest.batch] 12-12-2019 11:59:11: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:59:11: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:59:11: SVR: Performing callback verification... [javatest.batch] 12-12-2019 11:59:11: SVR: Got RA log. [javatest.batch] 12-12-2019 11:59:11: SVR-TRACE: Got connection. [javatest.batch] 12-12-2019 11:59:11: SVR-TRACE: [AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, XAManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, cbTestCPCandPVC: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., cbTestCPCandGPC: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, enterred submitSICWork(), submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workStarted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=5, notifications test: contextSetupComplete(): count=6, notifications test: workCompleted(): count=7, notifications test: workCompleted(): count=7, Work Object Submitted, WorkListenerImpl.workAccepted, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, str) passed, SharingViolationException(str, throwable) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, Xid Committed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, TransactionContext supported by Server., RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, SecurityContext supported by Server., RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, HintsContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, NoTxManagedConnectionFactory setResourceAdapter 1, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), LocalTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, IBAnnoWorkManager Work Object Submitted, IBAnnoMessageListener.workAccepted, IBAnnoMessageListener.workStarted, NestWork.constructor, NestWork.run, IBAnnoMessageListener committed Xid, TransactionContext Work Object Submitted, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., FAILURE: validateCustomPermFromAppServer(), throwing AccessControlException., SUCCESS: validateLocalGrantForCustomPerm passed., SUCCESS: validateRequiredPermSet passed., SUCCESS: CTSPermission3_name doesnt exist and was caught., SUCCESS: validateMissingPermFails passed., SUCCESS: validateRestrictedLocalPerm passed., SUCCESS: validateLocalPermsInvalidName() threw expected AccessControlException, SUCCESS: validateLocalPermsInvalidName passed., PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, NestWork.run, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, NoTxManagedConnectionFactory setResourceAdapter 1, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1] [javatest.batch] 12-12-2019 11:59:11: SVR: Methods called correctly [javatest.batch] 12-12-2019 11:59:11: SVR: Performing end to end verification... [javatest.batch] 12-12-2019 11:59:11: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 12-12-2019 11:59:11: SVR: Values inserted into table! [javatest.batch] 12-12-2019 11:59:11: SVR: Table has been dropped! [javatest.batch] 12-12-2019 11:59:11: SVR: Cleanup [javatest.batch] 12-12-2019 11:59:11: SVR: Test running in servlet vehicle passed [javatest.batch] 12-12-2019 11:59:12: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/xa/workmgt/workmgtClient1.java#testNestedWork_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 132 (132 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 7 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/xa/workmgt/workmgtClient1.java#testScheduleWork_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:59:12: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:59:12: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:59:12: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testScheduleWork -vehicle connectorservlet -ap /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/tssql.stmt [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:59:12: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:59:12: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:59:12: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:59:12: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:59:12: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:59:13: Opened connection to http://localhost:8001/xa_workmgt_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:59:13: TRACE: got outputstream [javatest.batch] 12-12-2019 11:59:13: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:59:13: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:59:13: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:59:13: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:59:13: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:59:13: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:59:13: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:59:13: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:59:13: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:59:13: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=xa_workmgt_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnullwhitebox-xa=java:comp/env/eis/whitebox-xanulltestName=testScheduleWorknullvehicle=connectorservletnullharness.log.delayseconds=1nullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nulltest_classname=com.sun.ts.tests.connector.xa.workmgt.workmgtClient1nullwebServerHost=localhostnullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:59:13: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:59:13: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:59:13: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.xa.workmgt.workmgtClient1 [javatest.batch] 12-12-2019 11:59:13: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.xa.workmgt.workmgtClient1 [javatest.batch] 12-12-2019 11:59:13: SVR-TRACE: ** IN getRunMethod: testname=testScheduleWork [javatest.batch] 12-12-2019 11:59:13: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:59:13: SVR-TRACE: **runmethod=testScheduleWork [javatest.batch] 12-12-2019 11:59:13: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:59:13: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:59:13: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testScheduleWork_setup [javatest.batch] 12-12-2019 11:59:13: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:59:13: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:59:13: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:59:13: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testScheduleWork_cleanup [javatest.batch] 12-12-2019 11:59:13: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:59:13: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:59:13: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:59:13: SVR: Using: java:comp/env/eis/whitebox-xa [javatest.batch] 12-12-2019 11:59:13: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:59:13: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:59:13: SVR: Performing callback verification... [javatest.batch] 12-12-2019 11:59:13: SVR: Got RA log. [javatest.batch] 12-12-2019 11:59:13: SVR-TRACE: Got connection. [javatest.batch] 12-12-2019 11:59:13: SVR-TRACE: [AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, XAManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, cbTestCPCandPVC: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., cbTestCPCandGPC: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, enterred submitSICWork(), submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workStarted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=5, notifications test: contextSetupComplete(): count=6, notifications test: workCompleted(): count=7, notifications test: workCompleted(): count=7, Work Object Submitted, WorkListenerImpl.workAccepted, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, str) passed, SharingViolationException(str, throwable) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, Xid Committed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, TransactionContext supported by Server., RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, SecurityContext supported by Server., RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, HintsContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, NoTxManagedConnectionFactory setResourceAdapter 1, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), LocalTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, IBAnnoWorkManager Work Object Submitted, IBAnnoMessageListener.workAccepted, IBAnnoMessageListener.workStarted, NestWork.constructor, NestWork.run, IBAnnoMessageListener committed Xid, TransactionContext Work Object Submitted, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., FAILURE: validateCustomPermFromAppServer(), throwing AccessControlException., SUCCESS: validateLocalGrantForCustomPerm passed., SUCCESS: validateRequiredPermSet passed., SUCCESS: CTSPermission3_name doesnt exist and was caught., SUCCESS: validateMissingPermFails passed., SUCCESS: validateRestrictedLocalPerm passed., SUCCESS: validateLocalPermsInvalidName() threw expected AccessControlException, SUCCESS: validateLocalPermsInvalidName passed., PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, NestWork.run, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, NoTxManagedConnectionFactory setResourceAdapter 1, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1] [javatest.batch] 12-12-2019 11:59:13: SVR: Methods called correctly [javatest.batch] 12-12-2019 11:59:13: SVR: Performing end to end verification... [javatest.batch] 12-12-2019 11:59:13: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 12-12-2019 11:59:13: SVR: Values inserted into table! [javatest.batch] 12-12-2019 11:59:13: SVR: Table has been dropped! [javatest.batch] 12-12-2019 11:59:13: SVR: Cleanup [javatest.batch] 12-12-2019 11:59:13: SVR: Test running in servlet vehicle passed [javatest.batch] 12-12-2019 11:59:14: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/xa/workmgt/workmgtClient1.java#testScheduleWork_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 133 (133 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 6 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/xa/workmgt/workmgtClient1.java#testScheduleWorkListener_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:59:14: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:59:14: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:59:14: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testScheduleWorkListener -vehicle connectorservlet -ap /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/tssql.stmt [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:59:14: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:59:14: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:59:14: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:59:14: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:59:14: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:59:15: Opened connection to http://localhost:8001/xa_workmgt_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:59:15: TRACE: got outputstream [javatest.batch] 12-12-2019 11:59:15: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:59:15: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:59:15: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:59:15: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:59:15: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:59:15: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:59:15: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:59:15: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:59:15: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=xa_workmgt_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnullwhitebox-xa=java:comp/env/eis/whitebox-xanulltestName=testScheduleWorkListenernullvehicle=connectorservletnullharness.log.delayseconds=1nullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nulltest_classname=com.sun.ts.tests.connector.xa.workmgt.workmgtClient1nullwebServerHost=localhostnullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:59:15: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:59:15: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:59:15: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:59:15: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.xa.workmgt.workmgtClient1 [javatest.batch] 12-12-2019 11:59:15: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.xa.workmgt.workmgtClient1 [javatest.batch] 12-12-2019 11:59:15: SVR-TRACE: ** IN getRunMethod: testname=testScheduleWorkListener [javatest.batch] 12-12-2019 11:59:15: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:59:15: SVR-TRACE: **runmethod=testScheduleWorkListener [javatest.batch] 12-12-2019 11:59:15: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:59:15: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:59:15: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testScheduleWorkListener_setup [javatest.batch] 12-12-2019 11:59:15: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:59:15: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:59:15: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:59:15: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testScheduleWorkListener_cleanup [javatest.batch] 12-12-2019 11:59:15: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:59:15: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:59:15: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:59:15: SVR: Using: java:comp/env/eis/whitebox-xa [javatest.batch] 12-12-2019 11:59:15: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:59:15: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:59:15: SVR: Performing callback verification... [javatest.batch] 12-12-2019 11:59:15: SVR: Got RA log. [javatest.batch] 12-12-2019 11:59:15: SVR-TRACE: Got connection. [javatest.batch] 12-12-2019 11:59:15: SVR-TRACE: [AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, XAManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, cbTestCPCandPVC: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., cbTestCPCandGPC: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, enterred submitSICWork(), submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workStarted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=5, notifications test: contextSetupComplete(): count=6, notifications test: workCompleted(): count=7, notifications test: workCompleted(): count=7, Work Object Submitted, WorkListenerImpl.workAccepted, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, str) passed, SharingViolationException(str, throwable) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, Xid Committed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, TransactionContext supported by Server., RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, SecurityContext supported by Server., RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, HintsContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, NoTxManagedConnectionFactory setResourceAdapter 1, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), LocalTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, IBAnnoWorkManager Work Object Submitted, IBAnnoMessageListener.workAccepted, IBAnnoMessageListener.workStarted, NestWork.constructor, NestWork.run, IBAnnoMessageListener committed Xid, TransactionContext Work Object Submitted, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., FAILURE: validateCustomPermFromAppServer(), throwing AccessControlException., SUCCESS: validateLocalGrantForCustomPerm passed., SUCCESS: validateRequiredPermSet passed., SUCCESS: CTSPermission3_name doesnt exist and was caught., SUCCESS: validateMissingPermFails passed., SUCCESS: validateRestrictedLocalPerm passed., SUCCESS: validateLocalPermsInvalidName() threw expected AccessControlException, SUCCESS: validateLocalPermsInvalidName passed., PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, NestWork.run, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, NoTxManagedConnectionFactory setResourceAdapter 1, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1] [javatest.batch] 12-12-2019 11:59:15: SVR: Methods called correctly [javatest.batch] 12-12-2019 11:59:15: SVR: Performing end to end verification... [javatest.batch] 12-12-2019 11:59:15: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 12-12-2019 11:59:15: SVR: Values inserted into table! [javatest.batch] 12-12-2019 11:59:15: SVR: Table has been dropped! [javatest.batch] 12-12-2019 11:59:15: SVR: Cleanup [javatest.batch] 12-12-2019 11:59:15: SVR: Test running in servlet vehicle passed [javatest.batch] 12-12-2019 11:59:16: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/xa/workmgt/workmgtClient1.java#testScheduleWorkListener_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 134 (134 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 5 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/xa/workmgt/workmgtClient1.java#testUnknownWorkDuration_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:59:16: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:59:16: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:59:16: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testUnknownWorkDuration -vehicle connectorservlet -ap /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/tssql.stmt [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:59:17: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:59:17: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:59:17: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:59:17: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:59:17: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:59:17: Opened connection to http://localhost:8001/xa_workmgt_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:59:17: TRACE: got outputstream [javatest.batch] 12-12-2019 11:59:17: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:59:17: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:59:17: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:59:17: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:59:17: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:59:17: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:59:17: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:59:17: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:59:17: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:59:17: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=xa_workmgt_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnullwhitebox-xa=java:comp/env/eis/whitebox-xanulltestName=testUnknownWorkDurationnullvehicle=connectorservletnullharness.log.delayseconds=1nullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nulltest_classname=com.sun.ts.tests.connector.xa.workmgt.workmgtClient1nullwebServerHost=localhostnullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:59:17: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:59:17: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:59:17: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.xa.workmgt.workmgtClient1 [javatest.batch] 12-12-2019 11:59:17: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.xa.workmgt.workmgtClient1 [javatest.batch] 12-12-2019 11:59:17: SVR-TRACE: ** IN getRunMethod: testname=testUnknownWorkDuration [javatest.batch] 12-12-2019 11:59:17: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:59:17: SVR-TRACE: **runmethod=testUnknownWorkDuration [javatest.batch] 12-12-2019 11:59:17: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:59:17: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:59:17: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testUnknownWorkDuration_setup [javatest.batch] 12-12-2019 11:59:17: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:59:17: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:59:17: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:59:17: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testUnknownWorkDuration_cleanup [javatest.batch] 12-12-2019 11:59:17: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:59:17: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:59:17: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:59:17: SVR: Using: java:comp/env/eis/whitebox-xa [javatest.batch] 12-12-2019 11:59:17: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:59:17: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:59:17: SVR: Performing callback verification... [javatest.batch] 12-12-2019 11:59:17: SVR: Got RA log. [javatest.batch] 12-12-2019 11:59:17: SVR-TRACE: Got connection. [javatest.batch] 12-12-2019 11:59:17: SVR-TRACE: [AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, XAManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, cbTestCPCandPVC: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., cbTestCPCandGPC: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, enterred submitSICWork(), submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workStarted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=5, notifications test: contextSetupComplete(): count=6, notifications test: workCompleted(): count=7, notifications test: workCompleted(): count=7, Work Object Submitted, WorkListenerImpl.workAccepted, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, str) passed, SharingViolationException(str, throwable) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, Xid Committed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, TransactionContext supported by Server., RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, SecurityContext supported by Server., RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, HintsContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, NoTxManagedConnectionFactory setResourceAdapter 1, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), LocalTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, IBAnnoWorkManager Work Object Submitted, IBAnnoMessageListener.workAccepted, IBAnnoMessageListener.workStarted, NestWork.constructor, NestWork.run, IBAnnoMessageListener committed Xid, TransactionContext Work Object Submitted, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., FAILURE: validateCustomPermFromAppServer(), throwing AccessControlException., SUCCESS: validateLocalGrantForCustomPerm passed., SUCCESS: validateRequiredPermSet passed., SUCCESS: CTSPermission3_name doesnt exist and was caught., SUCCESS: validateMissingPermFails passed., SUCCESS: validateRestrictedLocalPerm passed., SUCCESS: validateLocalPermsInvalidName() threw expected AccessControlException, SUCCESS: validateLocalPermsInvalidName passed., PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, NestWork.run, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, NoTxManagedConnectionFactory setResourceAdapter 1, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1] [javatest.batch] 12-12-2019 11:59:17: SVR: Methods called correctly [javatest.batch] 12-12-2019 11:59:17: SVR: Performing end to end verification... [javatest.batch] 12-12-2019 11:59:17: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 12-12-2019 11:59:17: SVR: Values inserted into table! [javatest.batch] 12-12-2019 11:59:17: SVR: Table has been dropped! [javatest.batch] 12-12-2019 11:59:17: SVR: Cleanup [javatest.batch] 12-12-2019 11:59:17: SVR: Test running in servlet vehicle passed [javatest.batch] 12-12-2019 11:59:18: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/xa/workmgt/workmgtClient1.java#testUnknownWorkDuration_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 135 (135 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 4 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/xa/workmgt/workmgtClient1.java#testWorkCompletedException_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:59:18: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:59:18: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:59:19: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testWorkCompletedException -vehicle connectorservlet -ap /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/tssql.stmt [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:59:19: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:59:19: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:59:19: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:59:19: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:59:19: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:59:19: Opened connection to http://localhost:8001/xa_workmgt_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:59:19: TRACE: got outputstream [javatest.batch] 12-12-2019 11:59:19: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:59:19: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:59:19: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:59:19: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:59:19: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:59:19: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:59:19: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:59:19: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:59:19: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:59:19: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=xa_workmgt_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnullwhitebox-xa=java:comp/env/eis/whitebox-xanulltestName=testWorkCompletedExceptionnullvehicle=connectorservletnullharness.log.delayseconds=1nullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nulltest_classname=com.sun.ts.tests.connector.xa.workmgt.workmgtClient1nullwebServerHost=localhostnullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:59:19: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:59:19: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:59:19: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.xa.workmgt.workmgtClient1 [javatest.batch] 12-12-2019 11:59:19: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.xa.workmgt.workmgtClient1 [javatest.batch] 12-12-2019 11:59:19: SVR-TRACE: ** IN getRunMethod: testname=testWorkCompletedException [javatest.batch] 12-12-2019 11:59:19: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:59:19: SVR-TRACE: **runmethod=testWorkCompletedException [javatest.batch] 12-12-2019 11:59:19: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:59:19: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:59:19: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testWorkCompletedException_setup [javatest.batch] 12-12-2019 11:59:19: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:59:19: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:59:19: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:59:19: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testWorkCompletedException_cleanup [javatest.batch] 12-12-2019 11:59:19: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:59:19: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:59:19: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:59:19: SVR: Using: java:comp/env/eis/whitebox-xa [javatest.batch] 12-12-2019 11:59:19: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:59:19: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:59:19: SVR: Performing callback verification... [javatest.batch] 12-12-2019 11:59:19: SVR: Got RA log. [javatest.batch] 12-12-2019 11:59:19: SVR-TRACE: Got connection. [javatest.batch] 12-12-2019 11:59:19: SVR-TRACE: [AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, XAManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, cbTestCPCandPVC: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., cbTestCPCandGPC: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, enterred submitSICWork(), submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workStarted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=5, notifications test: contextSetupComplete(): count=6, notifications test: workCompleted(): count=7, notifications test: workCompleted(): count=7, Work Object Submitted, WorkListenerImpl.workAccepted, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, str) passed, SharingViolationException(str, throwable) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, Xid Committed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, TransactionContext supported by Server., RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, SecurityContext supported by Server., RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, HintsContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, NoTxManagedConnectionFactory setResourceAdapter 1, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), LocalTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, IBAnnoWorkManager Work Object Submitted, IBAnnoMessageListener.workAccepted, IBAnnoMessageListener.workStarted, NestWork.constructor, NestWork.run, IBAnnoMessageListener committed Xid, TransactionContext Work Object Submitted, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., FAILURE: validateCustomPermFromAppServer(), throwing AccessControlException., SUCCESS: validateLocalGrantForCustomPerm passed., SUCCESS: validateRequiredPermSet passed., SUCCESS: CTSPermission3_name doesnt exist and was caught., SUCCESS: validateMissingPermFails passed., SUCCESS: validateRestrictedLocalPerm passed., SUCCESS: validateLocalPermsInvalidName() threw expected AccessControlException, SUCCESS: validateLocalPermsInvalidName passed., PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, NestWork.run, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, NoTxManagedConnectionFactory setResourceAdapter 1, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1] [javatest.batch] 12-12-2019 11:59:19: SVR: Methods called correctly [javatest.batch] 12-12-2019 11:59:19: SVR: Performing end to end verification... [javatest.batch] 12-12-2019 11:59:19: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 12-12-2019 11:59:19: SVR: Values inserted into table! [javatest.batch] 12-12-2019 11:59:19: SVR: Table has been dropped! [javatest.batch] 12-12-2019 11:59:19: SVR: Cleanup [javatest.batch] 12-12-2019 11:59:19: SVR: Test running in servlet vehicle passed [javatest.batch] 12-12-2019 11:59:20: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/xa/workmgt/workmgtClient1.java#testWorkCompletedException_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 136 (136 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 3 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/xa/workmgt/workmgtClient1.java#testWorkListenerImplementation_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:59:21: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:59:21: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:59:21: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testWorkListenerImplementation -vehicle connectorservlet -ap /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/tssql.stmt [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:59:21: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:59:21: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:59:21: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:59:21: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:59:21: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:59:21: Opened connection to http://localhost:8001/xa_workmgt_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:59:21: TRACE: got outputstream [javatest.batch] 12-12-2019 11:59:21: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:59:21: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:59:21: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:59:21: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:59:21: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:59:21: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:59:21: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:59:21: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:59:21: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:59:21: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=xa_workmgt_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnullwhitebox-xa=java:comp/env/eis/whitebox-xanulltestName=testWorkListenerImplementationnullvehicle=connectorservletnullharness.log.delayseconds=1nullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nulltest_classname=com.sun.ts.tests.connector.xa.workmgt.workmgtClient1nullwebServerHost=localhostnullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:59:21: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:59:21: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:59:21: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.xa.workmgt.workmgtClient1 [javatest.batch] 12-12-2019 11:59:21: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.xa.workmgt.workmgtClient1 [javatest.batch] 12-12-2019 11:59:21: SVR-TRACE: ** IN getRunMethod: testname=testWorkListenerImplementation [javatest.batch] 12-12-2019 11:59:21: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:59:21: SVR-TRACE: **runmethod=testWorkListenerImplementation [javatest.batch] 12-12-2019 11:59:21: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:59:21: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:59:21: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testWorkListenerImplementation_setup [javatest.batch] 12-12-2019 11:59:21: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:59:21: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:59:21: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:59:21: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testWorkListenerImplementation_cleanup [javatest.batch] 12-12-2019 11:59:21: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:59:21: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:59:21: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:59:21: SVR: Using: java:comp/env/eis/whitebox-xa [javatest.batch] 12-12-2019 11:59:21: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:59:21: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:59:21: SVR: Performing callback verification... [javatest.batch] 12-12-2019 11:59:21: SVR: Got RA log. [javatest.batch] 12-12-2019 11:59:21: SVR-TRACE: Got connection. [javatest.batch] 12-12-2019 11:59:21: SVR-TRACE: [AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, XAManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, cbTestCPCandPVC: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., cbTestCPCandGPC: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, enterred submitSICWork(), submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workStarted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=5, notifications test: contextSetupComplete(): count=6, notifications test: workCompleted(): count=7, notifications test: workCompleted(): count=7, Work Object Submitted, WorkListenerImpl.workAccepted, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, str) passed, SharingViolationException(str, throwable) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, Xid Committed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, TransactionContext supported by Server., RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, SecurityContext supported by Server., RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, HintsContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, NoTxManagedConnectionFactory setResourceAdapter 1, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), LocalTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, IBAnnoWorkManager Work Object Submitted, IBAnnoMessageListener.workAccepted, IBAnnoMessageListener.workStarted, NestWork.constructor, NestWork.run, IBAnnoMessageListener committed Xid, TransactionContext Work Object Submitted, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., FAILURE: validateCustomPermFromAppServer(), throwing AccessControlException., SUCCESS: validateLocalGrantForCustomPerm passed., SUCCESS: validateRequiredPermSet passed., SUCCESS: CTSPermission3_name doesnt exist and was caught., SUCCESS: validateMissingPermFails passed., SUCCESS: validateRestrictedLocalPerm passed., SUCCESS: validateLocalPermsInvalidName() threw expected AccessControlException, SUCCESS: validateLocalPermsInvalidName passed., PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, NestWork.run, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, NoTxManagedConnectionFactory setResourceAdapter 1, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1] [javatest.batch] 12-12-2019 11:59:21: SVR: Methods called correctly [javatest.batch] 12-12-2019 11:59:21: SVR: Performing end to end verification... [javatest.batch] 12-12-2019 11:59:21: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 12-12-2019 11:59:21: SVR: Values inserted into table! [javatest.batch] 12-12-2019 11:59:21: SVR: Table has been dropped! [javatest.batch] 12-12-2019 11:59:21: SVR: Cleanup [javatest.batch] 12-12-2019 11:59:21: SVR: Test running in servlet vehicle passed [javatest.batch] 12-12-2019 11:59:22: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/xa/workmgt/workmgtClient1.java#testWorkListenerImplementation_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 137 (137 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 2 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/connector/xa/workmgt/workmgtClient1.java#testWorkManagerImplementaion_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:59:23: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:59:23: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:59:23: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.common.vehicle.VehicleClient -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t testWorkManagerImplementaion -vehicle connectorservlet -ap /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/tssql.stmt [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:59:23: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:59:23: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:59:23: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:59:23: TRACE: in ServiceEETest.run() method [javatest.batch] 12-12-2019 11:59:23: TRACE: Vehicle to be used for this test is: connectorservlet [javatest.batch] 12-12-2019 11:59:23: Opened connection to http://localhost:8001/xa_workmgt_connectorservlet_vehicle_web/connectorservlet_vehicle [javatest.batch] 12-12-2019 11:59:23: TRACE: got outputstream [javatest.batch] 12-12-2019 11:59:23: TRACE: wrote objects to the connectorservlet vehicle [javatest.batch] 12-12-2019 11:59:23: Test status from a connectorservlet: 0: [javatest.batch] 12-12-2019 11:59:23: SVR-TRACE: In doPost [javatest.batch] 12-12-2019 11:59:23: SVR-TRACE: ConnectorServletVehicle - In doGet [javatest.batch] 12-12-2019 11:59:23: SVR-TRACE: ConnectorServletVehicle - got InputStream [javatest.batch] 12-12-2019 11:59:23: SVR-TRACE: ConnectorServletVehicle - read Objects [javatest.batch] 12-12-2019 11:59:23: Test: returning from running in a connectorservlet vehicle [javatest.batch] 12-12-2019 11:59:23: SVR-TRACE: Remote logging set for Servlet Vehicle [javatest.batch] 12-12-2019 11:59:23: SVR-TRACE: ConnectorServletVehicle - Here are the props [javatest.batch] 12-12-2019 11:59:23: SVR-TRACE: --- Property Listing ---nullcts_home=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../..nullvehicle_archive_name=xa_workmgt_connectorservlet_vehicle_webnullnamingServiceHost2=localhostnullnamingServiceHost1=localhostnullwhitebox-xa=java:comp/env/eis/whitebox-xanulltestName=testWorkManagerImplementaionnullvehicle=connectorservletnullharness.log.delayseconds=1nullharness.temp.directory=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmpnullnamingServicePort2=3700nullnamingServicePort1=3700nullporting.ts.url.class.1=com.sun.ts.lib.implementation.sun.common.SunRIURLnullwebServerPort=8001nullall.props=falsenullharness.log.traceflag=truenullporting.ts.HttpsURLConnection.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRIHttpsURLConnectionnullharness.host=10.128.6.207nulltest_classname=com.sun.ts.tests.connector.xa.workmgt.workmgtClient1nullwebServerHost=localhostnullporting.ts.login.class.1=com.sun.ts.lib.implementation.sun.javaee.SunRILoginContextnullbin.dir=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../binnullharness.log.port=2000nullharness.socket.retry.count=10nullfinder=ctsnullcurrent.keywords=allnull--- End Property Listing ---null [javatest.batch] 12-12-2019 11:59:23: SVR-TRACE: in custom vehicle so call on EETest. [javatest.batch] 12-12-2019 11:59:23: SVR-TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:59:23: SVR-TRACE: TESTCLASS=com.sun.ts.tests.connector.xa.workmgt.workmgtClient1 [javatest.batch] 12-12-2019 11:59:23: SVR-TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.connector.xa.workmgt.workmgtClient1 [javatest.batch] 12-12-2019 11:59:23: SVR-TRACE: ** IN getRunMethod: testname=testWorkManagerImplementaion [javatest.batch] 12-12-2019 11:59:23: SVR-TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:59:23: SVR-TRACE: **runmethod=testWorkManagerImplementaion [javatest.batch] 12-12-2019 11:59:23: SVR-TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:59:23: SVR-TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:59:23: SVR-TRACE: getSetupMethod - checking for testcase specific setup method: testWorkManagerImplementaion_setup [javatest.batch] 12-12-2019 11:59:23: SVR-TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:59:23: SVR-TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:59:23: SVR-TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:59:23: SVR-TRACE: getCleanupMethod - checking for testcase specific cleanup method: testWorkManagerImplementaion_cleanup [javatest.batch] 12-12-2019 11:59:23: SVR-TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:59:23: SVR-TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:59:23: SVR-TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:59:23: SVR: Using: java:comp/env/eis/whitebox-xa [javatest.batch] 12-12-2019 11:59:23: SVR-TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:59:23: SVR-TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:59:23: SVR: Performing callback verification... [javatest.batch] 12-12-2019 11:59:23: SVR: Got RA log. [javatest.batch] 12-12-2019 11:59:23: SVR-TRACE: Got connection. [javatest.batch] 12-12-2019 11:59:23: SVR-TRACE: [AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=AnnotatedResourceAdapterImpl, AnnotatedResourceAdapterImpl.start called, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, AnnoWorkManager Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, TransactionContext Work Object Submitted, anno based NestedWorkXid1 child context submitted, anno based NestedWorkXid1 parent context submitted, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 1, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Schedule Work Listener Called, Schedule Work Called, WorkXid Submitted, XAManagedConnectionFactory setResourceAdapter 1, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, NoTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandNullPrin: Case-1 security callbacks handled., cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, cbTestAllCallbacksNullPrin: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, cbTestCPCandPVC: callbacks handled., WorkListenerImpl.workCompleted, Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., cbTestCPCandGPC: callbacks handled., Context setup completed, Context setup completed, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, enterred submitSICWork(), submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workAccepted(): count=2, notifications test: workStarted(): count=3, notifications test: workStarted(): count=4, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=5, notifications test: contextSetupComplete(): count=6, notifications test: workCompleted(): count=7, notifications test: workCompleted(): count=7, Work Object Submitted, WorkListenerImpl.workAccepted, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, str) passed, SharingViolationException(str, throwable) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, Xid Committed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, TransactionContext supported by Server., RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, SecurityContext supported by Server., RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, HintsContext supported by Server., RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, XAResourceAdapterImpl Constructor , XAResourceAdapter.setRAName, XAResourceAdapter Started 1, XAResourceAdapter BootstrapContext Not Null , XAResourceAdapter WorkManager Not Null , XAResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, WorkManager value returned 0, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, NestWork.run, Schedule Work Listener Called, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), XAManagedConnectionFactory setResourceAdapter 1, WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, NoTxResourceAdapterImpl Constructor, NoTxResourceAdapter.setRAName, NoTxResourceAdapter Started 1, NoTxResourceAdapter BootstrapContext Not Null , NoTxResourceAdapter WorkManager Not Null , NoTxResourceAdapter - association exists between RA and work, Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, NoTxManagedConnectionFactory setResourceAdapter 1, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, setRAName called with raname=MDCompleteRA, MDCompleteWorkManager threw WorkContextErrorCodes.UNSUPPORTED_CONTEXT_TYPE, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, Nested Work and Nested Security Context worked., NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, NestWork.run, NestWork.constructor, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., TSNestedSecurityContext expected PVC failure and got it., NestWork.run, MDCompleteWorkManager threw WorkContextErrorCodes.DUPLICATE_CONTEXTS, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, MAResourceAdapterImpl Started 1, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(true), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, Schedule Work Called, NestWork.run, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestGPCandCPCFail: callbacks are NOT handled - as expected., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbEISTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), LocalTxManagedConnectionFactory setResourceAdapter 1, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, IBAnnoWorkManager Work Object Submitted, IBAnnoMessageListener.workAccepted, IBAnnoMessageListener.workStarted, NestWork.constructor, NestWork.run, IBAnnoMessageListener committed Xid, TransactionContext Work Object Submitted, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, setRAName called with raname=PermissionDDResourceAdapterImpl, PermissionDDResourceAdapterImpl.start called, SUCCESS: validateCustomPerm passed., FAILURE: validateCustomPermFromAppServer(), throwing AccessControlException., SUCCESS: validateLocalGrantForCustomPerm passed., SUCCESS: validateRequiredPermSet passed., SUCCESS: CTSPermission3_name doesnt exist and was caught., SUCCESS: validateMissingPermFails passed., SUCCESS: validateRestrictedLocalPerm passed., SUCCESS: validateLocalPermsInvalidName() threw expected AccessControlException, SUCCESS: validateLocalPermsInvalidName passed., PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, LocalTxResourceAdapterImpl Constructor , LocalTxResourceAdapter.setRAName, LocalTxResourceAdapter Started 1, LocalTxResourceAdapter BootstrapContext Not Null , LocalTxResourceAdapter WorkManager Not Null , wm Does NOT support DistributableWorkManager, LocalTxResourceAdapterImpl ; calling setUseSecurityMapping(false), Work Object Submitted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, WorkManager value returned 0, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, Rogue work throws WorkCompletedException, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, DistributedWork Object Submitted, WorkManagers DistributedWork value returned 0, NestWork.constructor, Schedule Work Listener Called, NestWork.run, Schedule Work Called, WorkListenerImpl.workCompleted, WorkXid Submitted, WorkException.TX_CONCURRENT_WORK_DISALLOWED caught, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, LocalTxManagedConnectionFactory setResourceAdapter 1, cbTestCPCandNullPrin: Case-1 security callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksAndPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestAllCallbacksNullPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPVC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandGPC: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred testSecurityInflow(), WorkListenerImpl.workAccepted for:notifications test, WorkListenerImpl.workStarted, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, cbTestCPCandPrin: callbacks handled., Context setup completed, WorkListenerImpl.workCompleted, enterred submitSICWork(), setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., Context setup completed, submitted work with SIC Listener, SUCCESS: WorkContextProvider causes expected WorkRejectedException, notifications test: workAccepted(): count=1, notifications test: workStarted(): count=2, setupSecurityContext() called with non-null callbackHandler, setupSecurityContext() called with valid executionSubject, setupSecurityContext() called with valid serviceSubject, setupSecurityContext callbackhandler supports required callback types., notifications test: contextSetupComplete(): count=3, notifications test: workCompleted(): count=4, Work Object Submitted, WorkListenerImpl.workAccepted, WorkAndAssocImpl setResourceAdapter 1, WorkListenerImpl.workStarted, LocalTx - association exists between RA and work, WorkAndAssocImpl.run, WorkListenerImpl.workCompleted, NotSupportedException(null) passed, NotSupportedException(str) passed, NotSupportedException(str, str) passed, NotSupportedException(throwable) passed, NotSupportedException(str, throwable) passed, ResourceException(null) passed, ResourceException(str) passed, ResourceException.setErrorCode(str) passed, ResourceException(str, str) passed, ResourceException.getErrorCode() passed, ResourceException(throwable) passed, ResourceException(str, someThrowable) passed, ResourceException.getMessage() passed, LocalTransactionException(null) passed, LocalTransactionException(str) passed, LocalTransactionException(str, str) passed, LocalTransactionException(throwable) passed, LocalTransactionException(str, throwable) passed, ResourceAdapterInternalException(null) passed, ResourceAdapterInternalException(str) passed, ResourceAdapterInternalException(str, str) passed, ResourceAdapterInternalException(throwable) passed, ResourceAdapterInternalException(str, throwable) passed, ResourceAllocationException(null) passed, ResourceAllocationException(str) passed, ResourceAllocationException(str, str) passed, ResourceAllocationException(throwable) passed, ResourceAllocationException(str, throwable) passed, SecurityException(null) passed, SecurityException(str) passed, SecurityException(str, str) passed, SecurityException(throwable) passed, SecurityException(str, throwable) passed, SharingViolationException(null) passed, SharingViolationException(str) passed, SharingViolationException(str, str) passed, SharingViolationException(throwable) passed, SharingViolationException(str, throwable) passed, UnavailableException(null) passed, UnavailableException(str) passed, UnavailableException(str, str) passed, UnavailableException(throwable) passed, UnavailableException(str, throwable) passed, WorkException(null) passed, WorkException(str) passed, WorkException(str, str) passed, WorkException(throwable) passed, WorkException(str, throwable) passed, WorkCompletedException(null) passed, WorkCompletedException(str) passed, WorkCompletedException(str, str) passed, WorkCompletedException(throwable) passed, WorkCompletedException(str, throwable) passed, WorkRejectedException(null) passed, WorkRejectedException(str) passed, WorkRejectedException(str, str) passed, WorkRejectedException(throwable) passed, WorkRejectedException(str, throwable) passed, EISSystemException(null) passed, EISSystemException(str) passed, EISSystemException(str, str) passed, EISSystemException(throwable) passed, EISSystemException(str, throwable) passed, InvalidPropertyException(null) passed, InvalidPropertyException(str) passed, InvalidPropertyException(str, str) passed, InvalidPropertyException(throwable) passed, InvalidPropertyException(str, throwable) passed, InvalidPropertyException.setInvalidPropertyDescriptors() passed, InvalidPropertyException.getInvalidPropertyDescriptors() passed, ApplicationServerInternalException(null) passed, ApplicationServerInternalException(str) passed, ApplicationServerInternalException(str, str) passed, ApplicationServerInternalException(throwable) passed, ApplicationServerInternalException(str, throwable) passed, CommException(null) passed, CommException(str) passed, CommException(str, str) passed, CommException(throwable) passed, CommException(str, throwable) passed, IllegalStateException(null) passed, IllegalStateException(str) passed, IllegalStateException(str, str) passed, IllegalStateException(throwable) passed, IllegalStateException(str, throwable) passed, RetryableUnavailableException(null) passed, RetryableUnavailableException(str) passed, RetryableUnavailableException(str, str) passed, RetryableUnavailableException(throwable) passed, RetryableUnavailableException(str, throwable) passed, RetryableWorkRejectedException(null) passed, RetryableWorkRejectedException(str) passed, RetryableWorkRejectedException(str, str) passed, RetryableWorkRejectedException(throwable) passed, RetryableWorkRejectedException(str, throwable) passed, HintsContext() passed, HintsContext.setName() and HintsContext.getName() passed., HintsContext.setDescription() and HintsContext.getDescription() passed., HintsContext.setHints() and HintsContext.getHints() passed., New Timer Provided by BootstrapContext, XATerminator is not null, Xid Committed, TransactionContext supported by Server., SecurityContext supported by Server., HintsContext supported by Server., getTransactionSynchronizationRegistry supported by Server, TSR Lookup Successful, PMDResourceAdapterImpl overRide=VAL_FROM_DD, setRAName called with raname=PartialMDResourceAdapter, WorkListenerImpl.workAccepted, WorkListenerImpl.workStarted, NestWork.constructor, NestWork.run, WorkListenerImpl.workCompleted, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, AnnoManagedConnectionFactory factoryName=AnnoManagedConnectionFactory, AnnotatedResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, testRAAccessibility: accessibility test, MDCompleteMCF constructor, MDCompleteMCF setResourceAdapter 1, MDCompleteMCF.getTransactionSupport called, PMDManagedConnectionFactory factoryname=PMDManagedConnectionFactory, PMDManagedConnectionFactory noDefaultValue=NO_DEFAULT_VAL, LocalTxManagedConnectionFactory setResourceAdapter 1, NoTxManagedConnectionFactory setResourceAdapter 1, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1, LocalTxManagedConnectionFactory setResourceAdapter 1, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, Connection.getMetaData() passed, ManagedConnectionMetaData.getEISProductName() passed, ManagedConnectionMetaData.getEISProductVersion() passed, ManagedConnectionMetaData.getMaxConnections() passed, ManagedConnectionMetaData.getUserName() passed, ManagedConnection.getLogWriter() passed, ManagedConnection.getMetaData() passed, ManagedConnection.getLocalTransaction() passed, NoTxManagedConnectionFactory setResourceAdapter 1, PermissionDDMCF factoryName=PermissionDDMCF, PermissionDDResourceAdapterImpl.setSetterMethodVal=NONDEFAULT, XAManagedConnectionFactory.setTSRValue, XAManagedConnectionFactory setResourceAdapter 1] [javatest.batch] 12-12-2019 11:59:23: SVR: Methods called correctly [javatest.batch] 12-12-2019 11:59:23: SVR: Performing end to end verification... [javatest.batch] 12-12-2019 11:59:23: SVR-TRACE: DBSupport.insertIntoTable(con) [javatest.batch] 12-12-2019 11:59:23: SVR: Values inserted into table! [javatest.batch] 12-12-2019 11:59:23: SVR: Table has been dropped! [javatest.batch] 12-12-2019 11:59:23: SVR: Cleanup [javatest.batch] 12-12-2019 11:59:23: SVR: Test running in servlet vehicle passed [javatest.batch] 12-12-2019 11:59:24: TRACE: SLEPT FOR: 1000 [javatest.batch] STATUS:Passed. [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/connector/xa/workmgt/workmgtClient1.java#testWorkManagerImplementaion_from_connectorservlet [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 138 (138 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 1 [javatest.batch] ******************************************************************************** [javatest.batch] Beginning Test: com/sun/ts/tests/signaturetest/connector/ConnectorSigTest.java#signatureTest [javatest.batch] ******************************************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:59:25: Harness - harness.executeMode is set to "2" [javatest.batch] 12-12-2019 11:59:25: Harness - keywords (to be passed to tests) set to: all [javatest.batch] 12-12-2019 11:59:25: Harness - sClassPathFromExecProps = [javatest.batch] command: com.sun.ts.lib.harness.ExecTSTestCmd CLASSPATH=:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-impl.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jaxb-xjc.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/sigtest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/cdi-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.inject.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.json.bind-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.persistence.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/osgi-resource-locator.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/weld-osgi-bundle.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/yasson.jar/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/glassfish.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/web-core.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/webservices.security.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-admin.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/connectors-inbound-runtime.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/orb-connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.servlet-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.ejb-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/tsharness.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/connector.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/javatest.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/jdom-1.1.3.jar:/lib/ant.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/cts.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../classes:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../lib/tools.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../lib/commons-codec-1.9.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/appserv-rt.jar DISPLAY=:0.0 HOME=/home/jenkins windir= SYSTEMROOT= PATH=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/nativelib /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9008 -Dcts.tmp=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp -Djava.protocol.handler.pkgs=javax.net.ssl -Djavax.net.ssl.keyStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/certificates/clientcert.jks -Djavax.net.ssl.keyStorePassword=changeit -Djavax.net.ssl.trustStore=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/domains/domain1/config/cacerts.jks -Djava.endorsed.dirs=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/lib/endorsed -Dcom.sun.aas.installRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish -Dcom.sun.aas.configRoot=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/config -Djava.util.logging.config.file=/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../bin/logging.properties -Dlogical.hostname.servlet=server -Ddeliverable.class=com.sun.ts.lib.deliverable.connector.StandaloneDeliverable com.sun.ts.tests.signaturetest.connector.ConnectorSigTest -p /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../tmp/tstest.jte -t signatureTest [javatest.batch] Listening for transport dt_socket at address: 9008 [javatest.batch] ************************************************************ [javatest.batch] * props file set to "/tmp/default-cts-props.txt" [javatest.batch] ************************************************************ [javatest.batch] 12-12-2019 11:59:25: TRACE: ####### Value of harness.socket.retry.count is "10" [javatest.batch] 12-12-2019 11:59:25: TRACE: ####### Value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:59:25: TRACE: ####### Actual bind value of harness.log.port is "2000" [javatest.batch] 12-12-2019 11:59:25: TRACE: *** in EETest.run(argv,p) [javatest.batch] 12-12-2019 11:59:25: TRACE: TESTCLASS=com.sun.ts.tests.signaturetest.connector.ConnectorSigTest [javatest.batch] 12-12-2019 11:59:25: TRACE: ** IN getRunMethod: testClass=com.sun.ts.tests.signaturetest.connector.ConnectorSigTest [javatest.batch] 12-12-2019 11:59:25: TRACE: ** IN getRunMethod: testname=signatureTest [javatest.batch] 12-12-2019 11:59:25: TRACE: ** GOT RUN METHOD! [javatest.batch] 12-12-2019 11:59:25: TRACE: **runmethod=signatureTest [javatest.batch] 12-12-2019 11:59:25: TRACE: ABOUT TO GET SETUP METHOD! [javatest.batch] 12-12-2019 11:59:25: TRACE: No setupMethod annotation present [javatest.batch] 12-12-2019 11:59:25: TRACE: getSetupMethod - checking for testcase specific setup method: signatureTest_setup [javatest.batch] 12-12-2019 11:59:25: TRACE: getSetupMethod - checking for default class specific setup method [javatest.batch] 12-12-2019 11:59:25: TRACE: GOT SETUP METHOD! [javatest.batch] 12-12-2019 11:59:25: TRACE: No cleanupMethod annotation present [javatest.batch] 12-12-2019 11:59:25: TRACE: getCleanupMethod - checking for testcase specific cleanup method: signatureTest_cleanup [javatest.batch] 12-12-2019 11:59:25: TRACE: getCleanupMethod - checking for default class specific cleanup method [javatest.batch] 12-12-2019 11:59:25: TRACE: GOT CLEANUP METHOD! [javatest.batch] 12-12-2019 11:59:25: TRACE: ABOUT TO INVOKE SETUP METHOD! [javatest.batch] 12-12-2019 11:59:25: TRACE: $$$ SigTest.setup() called [javatest.batch] 12-12-2019 11:59:25: TRACE: $$$ SigTest.setup() complete [javatest.batch] 12-12-2019 11:59:25: TRACE: INVOKED SETUP METHOD! [javatest.batch] 12-12-2019 11:59:25: TRACE: ABOUT TO INVOKE EETEST RUN METHOD! [javatest.batch] 12-12-2019 11:59:25: TRACE: $$$ SigTest.test1() called [javatest.batch] 12-12-2019 11:59:25: Using the following as the sig-Test map file: sig-test_se8.map [javatest.batch] 12-12-2019 11:59:25: Using the following as the SigTest Package file: sig-test-pkg-list_se8.txt [javatest.batch] 12-12-2019 11:59:25: optionalPkgToIgnore = [javatest.batch] 12-12-2019 11:59:25: ********** BEGIN PACKAGE LEVEL SIGNATURE VALIDATION ********** [javatest.batch] [javatest.batch] [javatest.batch] 12-12-2019 11:59:25: ********** BEGIN VALIDATE PACKAGE 'javax.resource' ********** [javatest.batch] [javatest.batch] 12-12-2019 11:59:25: ********** VALIDATE IN STATIC MODE - TO CHECK CONSANT VALUES **** [javatest.batch] 12-12-2019 11:59:25: Static mode supports checks of static constants values [javatest.batch] 12-12-2019 11:59:25: TRACE: Setting static mode flag to allow constant checking. [javatest.batch] 12-12-2019 11:59:25: TRACE: ----------------- BEGIN SIG PARAM DUMP ----------------- [javatest.batch] 12-12-2019 11:59:25: TRACE: Param[0]: -Static [javatest.batch] 12-12-2019 11:59:25: TRACE: Param[1]: -CheckValue [javatest.batch] 12-12-2019 11:59:25: TRACE: Param[2]: -mode [javatest.batch] 12-12-2019 11:59:25: TRACE: Param[3]: src [javatest.batch] 12-12-2019 11:59:25: TRACE: Param[4]: -Verbose [javatest.batch] 12-12-2019 11:59:25: TRACE: Param[5]: -FileName [javatest.batch] 12-12-2019 11:59:25: TRACE: Param[6]: /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../src/com/sun/ts/tests/signaturetest/signature-repository/javax.resource.sig_1.7_se8 [javatest.batch] 12-12-2019 11:59:25: TRACE: Param[7]: -Classpath [javatest.batch] 12-12-2019 11:59:25: TRACE: Param[8]: /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/endorsed/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/jce.jar [javatest.batch] 12-12-2019 11:59:25: TRACE: Param[9]: -Package [javatest.batch] 12-12-2019 11:59:25: TRACE: Param[10]: javax.resource [javatest.batch] 12-12-2019 11:59:25: TRACE: Param[11]: -Exclude [javatest.batch] 12-12-2019 11:59:25: TRACE: Param[12]: javax.resource.cci [javatest.batch] 12-12-2019 11:59:25: TRACE: Param[13]: -Exclude [javatest.batch] 12-12-2019 11:59:25: TRACE: Param[14]: javax.resource.spi [javatest.batch] 12-12-2019 11:59:25: TRACE: Param[15]: -Exclude [javatest.batch] 12-12-2019 11:59:25: TRACE: Param[16]: javax.resource.spi.endpoint [javatest.batch] 12-12-2019 11:59:25: TRACE: Param[17]: -Exclude [javatest.batch] 12-12-2019 11:59:25: TRACE: Param[18]: javax.resource.spi.security [javatest.batch] 12-12-2019 11:59:25: TRACE: Param[19]: -Exclude [javatest.batch] 12-12-2019 11:59:25: TRACE: Param[20]: javax.resource.spi.work [javatest.batch] 12-12-2019 11:59:25: TRACE: Param[21]: -ApiVersion [javatest.batch] 12-12-2019 11:59:25: TRACE: Param[22]: 1.7_se8 [javatest.batch] 12-12-2019 11:59:25: TRACE: ------------------ END SIG PARAM DUMP ------------------ [javatest.batch] 12-12-2019 11:59:25: TRACE: [javatest.batch] Calling: com.sun.tdk.signaturetest.SignatureTest() with following args: [javatest.batch] 12-12-2019 11:59:25: TRACE: testArguments[0] = -Static [javatest.batch] 12-12-2019 11:59:25: TRACE: testArguments[1] = -CheckValue [javatest.batch] 12-12-2019 11:59:25: TRACE: testArguments[2] = -mode [javatest.batch] 12-12-2019 11:59:25: TRACE: testArguments[3] = src [javatest.batch] 12-12-2019 11:59:25: TRACE: testArguments[4] = -Verbose [javatest.batch] 12-12-2019 11:59:25: TRACE: testArguments[5] = -FileName [javatest.batch] 12-12-2019 11:59:25: TRACE: testArguments[6] = /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../src/com/sun/ts/tests/signaturetest/signature-repository/javax.resource.sig_1.7_se8 [javatest.batch] 12-12-2019 11:59:25: TRACE: testArguments[7] = -Classpath [javatest.batch] 12-12-2019 11:59:25: TRACE: testArguments[8] = /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/endorsed/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/jce.jar [javatest.batch] 12-12-2019 11:59:25: TRACE: testArguments[9] = -Package [javatest.batch] 12-12-2019 11:59:25: TRACE: testArguments[10] = javax.resource [javatest.batch] 12-12-2019 11:59:25: TRACE: testArguments[11] = -Exclude [javatest.batch] 12-12-2019 11:59:25: TRACE: testArguments[12] = javax.resource.cci [javatest.batch] 12-12-2019 11:59:25: TRACE: testArguments[13] = -Exclude [javatest.batch] 12-12-2019 11:59:25: TRACE: testArguments[14] = javax.resource.spi [javatest.batch] 12-12-2019 11:59:25: TRACE: testArguments[15] = -Exclude [javatest.batch] 12-12-2019 11:59:25: TRACE: testArguments[16] = javax.resource.spi.endpoint [javatest.batch] 12-12-2019 11:59:25: TRACE: testArguments[17] = -Exclude [javatest.batch] 12-12-2019 11:59:25: TRACE: testArguments[18] = javax.resource.spi.security [javatest.batch] 12-12-2019 11:59:25: TRACE: testArguments[19] = -Exclude [javatest.batch] 12-12-2019 11:59:25: TRACE: testArguments[20] = javax.resource.spi.work [javatest.batch] 12-12-2019 11:59:25: TRACE: testArguments[21] = -ApiVersion [javatest.batch] 12-12-2019 11:59:25: TRACE: testArguments[22] = 1.7_se8 [javatest.batch] null [javatest.batch] 12-12-2019 11:59:26: ********** Status Report 'javax.resource' ********** [javatest.batch] [javatest.batch] 12-12-2019 11:59:26: SignatureTest report [javatest.batch] Base version: 1.7_se8 [javatest.batch] Tested version: 1.7_se8 [javatest.batch] Check mode: src [throws normalized] [javatest.batch] Constant checking: on [javatest.batch] [javatest.batch] [javatest.batch] [javatest.batch] 12-12-2019 11:59:26: ********** Package 'javax.resource' - PASSED (STATIC MODE) ********** [javatest.batch] 12-12-2019 11:59:26: [javatest.batch] [javatest.batch] [javatest.batch] 12-12-2019 11:59:26: ********** VALIDATE IN REFLECTIVE MODE **** [javatest.batch] 12-12-2019 11:59:26: Reflective mode supports verification within containers (ie ejb, servlet, etc) [javatest.batch] 12-12-2019 11:59:26: TRACE: Not Setting static mode flag to allow constant checking. [javatest.batch] 12-12-2019 11:59:26: TRACE: ----------------- BEGIN SIG PARAM DUMP ----------------- [javatest.batch] 12-12-2019 11:59:26: TRACE: Param[0]: -Verbose [javatest.batch] 12-12-2019 11:59:26: TRACE: Param[1]: -FileName [javatest.batch] 12-12-2019 11:59:26: TRACE: Param[2]: /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../src/com/sun/ts/tests/signaturetest/signature-repository/javax.resource.sig_1.7_se8 [javatest.batch] 12-12-2019 11:59:26: TRACE: Param[3]: -Classpath [javatest.batch] 12-12-2019 11:59:26: TRACE: Param[4]: /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/endorsed/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/jce.jar [javatest.batch] 12-12-2019 11:59:26: TRACE: Param[5]: -Package [javatest.batch] 12-12-2019 11:59:26: TRACE: Param[6]: javax.resource [javatest.batch] 12-12-2019 11:59:26: TRACE: Param[7]: -Exclude [javatest.batch] 12-12-2019 11:59:26: TRACE: Param[8]: javax.resource.cci [javatest.batch] 12-12-2019 11:59:26: TRACE: Param[9]: -Exclude [javatest.batch] 12-12-2019 11:59:26: TRACE: Param[10]: javax.resource.spi [javatest.batch] 12-12-2019 11:59:26: TRACE: Param[11]: -Exclude [javatest.batch] 12-12-2019 11:59:26: TRACE: Param[12]: javax.resource.spi.endpoint [javatest.batch] 12-12-2019 11:59:26: TRACE: Param[13]: -Exclude [javatest.batch] 12-12-2019 11:59:26: TRACE: Param[14]: javax.resource.spi.security [javatest.batch] 12-12-2019 11:59:26: TRACE: Param[15]: -Exclude [javatest.batch] 12-12-2019 11:59:26: TRACE: Param[16]: javax.resource.spi.work [javatest.batch] 12-12-2019 11:59:26: TRACE: Param[17]: -ApiVersion [javatest.batch] 12-12-2019 11:59:26: TRACE: Param[18]: 1.7_se8 [javatest.batch] 12-12-2019 11:59:26: TRACE: ------------------ END SIG PARAM DUMP ------------------ [javatest.batch] 12-12-2019 11:59:26: TRACE: [javatest.batch] Calling: com.sun.tdk.signaturetest.SignatureTest() with following args: [javatest.batch] 12-12-2019 11:59:26: TRACE: testArguments[0] = -Verbose [javatest.batch] 12-12-2019 11:59:26: TRACE: testArguments[1] = -FileName [javatest.batch] 12-12-2019 11:59:26: TRACE: testArguments[2] = /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../src/com/sun/ts/tests/signaturetest/signature-repository/javax.resource.sig_1.7_se8 [javatest.batch] 12-12-2019 11:59:26: TRACE: testArguments[3] = -Classpath [javatest.batch] 12-12-2019 11:59:26: TRACE: testArguments[4] = /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/endorsed/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/jce.jar [javatest.batch] 12-12-2019 11:59:26: TRACE: testArguments[5] = -Package [javatest.batch] 12-12-2019 11:59:26: TRACE: testArguments[6] = javax.resource [javatest.batch] 12-12-2019 11:59:26: TRACE: testArguments[7] = -Exclude [javatest.batch] 12-12-2019 11:59:26: TRACE: testArguments[8] = javax.resource.cci [javatest.batch] 12-12-2019 11:59:26: TRACE: testArguments[9] = -Exclude [javatest.batch] 12-12-2019 11:59:26: TRACE: testArguments[10] = javax.resource.spi [javatest.batch] 12-12-2019 11:59:26: TRACE: testArguments[11] = -Exclude [javatest.batch] 12-12-2019 11:59:26: TRACE: testArguments[12] = javax.resource.spi.endpoint [javatest.batch] 12-12-2019 11:59:26: TRACE: testArguments[13] = -Exclude [javatest.batch] 12-12-2019 11:59:26: TRACE: testArguments[14] = javax.resource.spi.security [javatest.batch] 12-12-2019 11:59:26: TRACE: testArguments[15] = -Exclude [javatest.batch] 12-12-2019 11:59:26: TRACE: testArguments[16] = javax.resource.spi.work [javatest.batch] 12-12-2019 11:59:26: TRACE: testArguments[17] = -ApiVersion [javatest.batch] 12-12-2019 11:59:26: TRACE: testArguments[18] = 1.7_se8 [javatest.batch] null [javatest.batch] 12-12-2019 11:59:27: ********** Status Report 'javax.resource' ********** [javatest.batch] [javatest.batch] 12-12-2019 11:59:27: SignatureTest report [javatest.batch] Base version: 1.7_se8 [javatest.batch] Tested version: 1.7_se8 [javatest.batch] Check mode: src [throws normalized] [javatest.batch] Constant checking: on [javatest.batch] [javatest.batch] [javatest.batch] [javatest.batch] 12-12-2019 11:59:27: ********** Package 'javax.resource' - PASSED (REFLECTION MODE) ********** [javatest.batch] 12-12-2019 11:59:27: ********** END VALIDATE PACKAGE 'javax.resource' ********** [javatest.batch] [javatest.batch] 12-12-2019 11:59:27: [javatest.batch] [javatest.batch] 12-12-2019 11:59:27: [javatest.batch] [javatest.batch] 12-12-2019 11:59:27: ********** BEGIN VALIDATE PACKAGE 'javax.resource.cci' ********** [javatest.batch] [javatest.batch] 12-12-2019 11:59:27: ********** VALIDATE IN STATIC MODE - TO CHECK CONSANT VALUES **** [javatest.batch] 12-12-2019 11:59:27: Static mode supports checks of static constants values [javatest.batch] 12-12-2019 11:59:27: TRACE: Setting static mode flag to allow constant checking. [javatest.batch] 12-12-2019 11:59:27: TRACE: ----------------- BEGIN SIG PARAM DUMP ----------------- [javatest.batch] 12-12-2019 11:59:27: TRACE: Param[0]: -Static [javatest.batch] 12-12-2019 11:59:27: TRACE: Param[1]: -CheckValue [javatest.batch] 12-12-2019 11:59:27: TRACE: Param[2]: -mode [javatest.batch] 12-12-2019 11:59:27: TRACE: Param[3]: src [javatest.batch] 12-12-2019 11:59:27: TRACE: Param[4]: -Verbose [javatest.batch] 12-12-2019 11:59:27: TRACE: Param[5]: -FileName [javatest.batch] 12-12-2019 11:59:27: TRACE: Param[6]: /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../src/com/sun/ts/tests/signaturetest/signature-repository/javax.resource.sig_1.7_se8 [javatest.batch] 12-12-2019 11:59:27: TRACE: Param[7]: -Classpath [javatest.batch] 12-12-2019 11:59:27: TRACE: Param[8]: /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/endorsed/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/jce.jar [javatest.batch] 12-12-2019 11:59:27: TRACE: Param[9]: -Package [javatest.batch] 12-12-2019 11:59:27: TRACE: Param[10]: javax.resource.cci [javatest.batch] 12-12-2019 11:59:27: TRACE: Param[11]: -ApiVersion [javatest.batch] 12-12-2019 11:59:27: TRACE: Param[12]: 1.7_se8 [javatest.batch] 12-12-2019 11:59:27: TRACE: ------------------ END SIG PARAM DUMP ------------------ [javatest.batch] 12-12-2019 11:59:27: TRACE: [javatest.batch] Calling: com.sun.tdk.signaturetest.SignatureTest() with following args: [javatest.batch] 12-12-2019 11:59:27: TRACE: testArguments[0] = -Static [javatest.batch] 12-12-2019 11:59:27: TRACE: testArguments[1] = -CheckValue [javatest.batch] 12-12-2019 11:59:27: TRACE: testArguments[2] = -mode [javatest.batch] 12-12-2019 11:59:27: TRACE: testArguments[3] = src [javatest.batch] 12-12-2019 11:59:27: TRACE: testArguments[4] = -Verbose [javatest.batch] 12-12-2019 11:59:27: TRACE: testArguments[5] = -FileName [javatest.batch] 12-12-2019 11:59:27: TRACE: testArguments[6] = /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../src/com/sun/ts/tests/signaturetest/signature-repository/javax.resource.sig_1.7_se8 [javatest.batch] 12-12-2019 11:59:27: TRACE: testArguments[7] = -Classpath [javatest.batch] 12-12-2019 11:59:27: TRACE: testArguments[8] = /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/endorsed/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/jce.jar [javatest.batch] 12-12-2019 11:59:27: TRACE: testArguments[9] = -Package [javatest.batch] 12-12-2019 11:59:27: TRACE: testArguments[10] = javax.resource.cci [javatest.batch] 12-12-2019 11:59:27: TRACE: testArguments[11] = -ApiVersion [javatest.batch] 12-12-2019 11:59:27: TRACE: testArguments[12] = 1.7_se8 [javatest.batch] null [javatest.batch] 12-12-2019 11:59:27: ********** Status Report 'javax.resource.cci' ********** [javatest.batch] [javatest.batch] 12-12-2019 11:59:27: SignatureTest report [javatest.batch] Base version: 1.7_se8 [javatest.batch] Tested version: 1.7_se8 [javatest.batch] Check mode: src [throws normalized] [javatest.batch] Constant checking: on [javatest.batch] [javatest.batch] [javatest.batch] [javatest.batch] 12-12-2019 11:59:27: ********** Package 'javax.resource.cci' - PASSED (STATIC MODE) ********** [javatest.batch] 12-12-2019 11:59:27: [javatest.batch] [javatest.batch] [javatest.batch] 12-12-2019 11:59:27: ********** VALIDATE IN REFLECTIVE MODE **** [javatest.batch] 12-12-2019 11:59:27: Reflective mode supports verification within containers (ie ejb, servlet, etc) [javatest.batch] 12-12-2019 11:59:27: TRACE: Not Setting static mode flag to allow constant checking. [javatest.batch] 12-12-2019 11:59:27: TRACE: ----------------- BEGIN SIG PARAM DUMP ----------------- [javatest.batch] 12-12-2019 11:59:27: TRACE: Param[0]: -Verbose [javatest.batch] 12-12-2019 11:59:27: TRACE: Param[1]: -FileName [javatest.batch] 12-12-2019 11:59:27: TRACE: Param[2]: /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../src/com/sun/ts/tests/signaturetest/signature-repository/javax.resource.sig_1.7_se8 [javatest.batch] 12-12-2019 11:59:27: TRACE: Param[3]: -Classpath [javatest.batch] 12-12-2019 11:59:27: TRACE: Param[4]: /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/endorsed/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/jce.jar [javatest.batch] 12-12-2019 11:59:27: TRACE: Param[5]: -Package [javatest.batch] 12-12-2019 11:59:27: TRACE: Param[6]: javax.resource.cci [javatest.batch] 12-12-2019 11:59:27: TRACE: Param[7]: -ApiVersion [javatest.batch] 12-12-2019 11:59:27: TRACE: Param[8]: 1.7_se8 [javatest.batch] 12-12-2019 11:59:27: TRACE: ------------------ END SIG PARAM DUMP ------------------ [javatest.batch] 12-12-2019 11:59:27: TRACE: [javatest.batch] Calling: com.sun.tdk.signaturetest.SignatureTest() with following args: [javatest.batch] 12-12-2019 11:59:27: TRACE: testArguments[0] = -Verbose [javatest.batch] 12-12-2019 11:59:27: TRACE: testArguments[1] = -FileName [javatest.batch] 12-12-2019 11:59:27: TRACE: testArguments[2] = /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../src/com/sun/ts/tests/signaturetest/signature-repository/javax.resource.sig_1.7_se8 [javatest.batch] 12-12-2019 11:59:27: TRACE: testArguments[3] = -Classpath [javatest.batch] 12-12-2019 11:59:27: TRACE: testArguments[4] = /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/endorsed/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/jce.jar [javatest.batch] 12-12-2019 11:59:27: TRACE: testArguments[5] = -Package [javatest.batch] 12-12-2019 11:59:27: TRACE: testArguments[6] = javax.resource.cci [javatest.batch] 12-12-2019 11:59:27: TRACE: testArguments[7] = -ApiVersion [javatest.batch] 12-12-2019 11:59:27: TRACE: testArguments[8] = 1.7_se8 [javatest.batch] null [javatest.batch] 12-12-2019 11:59:27: ********** Status Report 'javax.resource.cci' ********** [javatest.batch] [javatest.batch] 12-12-2019 11:59:27: SignatureTest report [javatest.batch] Base version: 1.7_se8 [javatest.batch] Tested version: 1.7_se8 [javatest.batch] Check mode: src [throws normalized] [javatest.batch] Constant checking: on [javatest.batch] [javatest.batch] [javatest.batch] [javatest.batch] 12-12-2019 11:59:27: ********** Package 'javax.resource.cci' - PASSED (REFLECTION MODE) ********** [javatest.batch] 12-12-2019 11:59:27: ********** END VALIDATE PACKAGE 'javax.resource.cci' ********** [javatest.batch] [javatest.batch] 12-12-2019 11:59:27: [javatest.batch] [javatest.batch] 12-12-2019 11:59:27: [javatest.batch] [javatest.batch] 12-12-2019 11:59:27: ********** BEGIN VALIDATE PACKAGE 'javax.resource.spi' ********** [javatest.batch] [javatest.batch] 12-12-2019 11:59:27: ********** VALIDATE IN STATIC MODE - TO CHECK CONSANT VALUES **** [javatest.batch] 12-12-2019 11:59:27: Static mode supports checks of static constants values [javatest.batch] 12-12-2019 11:59:27: TRACE: Setting static mode flag to allow constant checking. [javatest.batch] 12-12-2019 11:59:27: TRACE: ----------------- BEGIN SIG PARAM DUMP ----------------- [javatest.batch] 12-12-2019 11:59:27: TRACE: Param[0]: -Static [javatest.batch] 12-12-2019 11:59:27: TRACE: Param[1]: -CheckValue [javatest.batch] 12-12-2019 11:59:27: TRACE: Param[2]: -mode [javatest.batch] 12-12-2019 11:59:27: TRACE: Param[3]: src [javatest.batch] 12-12-2019 11:59:27: TRACE: Param[4]: -Verbose [javatest.batch] 12-12-2019 11:59:27: TRACE: Param[5]: -FileName [javatest.batch] 12-12-2019 11:59:27: TRACE: Param[6]: /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../src/com/sun/ts/tests/signaturetest/signature-repository/javax.resource.sig_1.7_se8 [javatest.batch] 12-12-2019 11:59:27: TRACE: Param[7]: -Classpath [javatest.batch] 12-12-2019 11:59:27: TRACE: Param[8]: /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/endorsed/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/jce.jar [javatest.batch] 12-12-2019 11:59:27: TRACE: Param[9]: -Package [javatest.batch] 12-12-2019 11:59:27: TRACE: Param[10]: javax.resource.spi [javatest.batch] 12-12-2019 11:59:27: TRACE: Param[11]: -Exclude [javatest.batch] 12-12-2019 11:59:27: TRACE: Param[12]: javax.resource.spi.endpoint [javatest.batch] 12-12-2019 11:59:27: TRACE: Param[13]: -Exclude [javatest.batch] 12-12-2019 11:59:27: TRACE: Param[14]: javax.resource.spi.security [javatest.batch] 12-12-2019 11:59:27: TRACE: Param[15]: -Exclude [javatest.batch] 12-12-2019 11:59:27: TRACE: Param[16]: javax.resource.spi.work [javatest.batch] 12-12-2019 11:59:27: TRACE: Param[17]: -ApiVersion [javatest.batch] 12-12-2019 11:59:27: TRACE: Param[18]: 1.7_se8 [javatest.batch] 12-12-2019 11:59:27: TRACE: ------------------ END SIG PARAM DUMP ------------------ [javatest.batch] 12-12-2019 11:59:27: TRACE: [javatest.batch] Calling: com.sun.tdk.signaturetest.SignatureTest() with following args: [javatest.batch] 12-12-2019 11:59:27: TRACE: testArguments[0] = -Static [javatest.batch] 12-12-2019 11:59:27: TRACE: testArguments[1] = -CheckValue [javatest.batch] 12-12-2019 11:59:27: TRACE: testArguments[2] = -mode [javatest.batch] 12-12-2019 11:59:27: TRACE: testArguments[3] = src [javatest.batch] 12-12-2019 11:59:27: TRACE: testArguments[4] = -Verbose [javatest.batch] 12-12-2019 11:59:27: TRACE: testArguments[5] = -FileName [javatest.batch] 12-12-2019 11:59:27: TRACE: testArguments[6] = /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../src/com/sun/ts/tests/signaturetest/signature-repository/javax.resource.sig_1.7_se8 [javatest.batch] 12-12-2019 11:59:27: TRACE: testArguments[7] = -Classpath [javatest.batch] 12-12-2019 11:59:27: TRACE: testArguments[8] = /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/endorsed/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/jce.jar [javatest.batch] 12-12-2019 11:59:27: TRACE: testArguments[9] = -Package [javatest.batch] 12-12-2019 11:59:27: TRACE: testArguments[10] = javax.resource.spi [javatest.batch] 12-12-2019 11:59:27: TRACE: testArguments[11] = -Exclude [javatest.batch] 12-12-2019 11:59:27: TRACE: testArguments[12] = javax.resource.spi.endpoint [javatest.batch] 12-12-2019 11:59:27: TRACE: testArguments[13] = -Exclude [javatest.batch] 12-12-2019 11:59:27: TRACE: testArguments[14] = javax.resource.spi.security [javatest.batch] 12-12-2019 11:59:27: TRACE: testArguments[15] = -Exclude [javatest.batch] 12-12-2019 11:59:27: TRACE: testArguments[16] = javax.resource.spi.work [javatest.batch] 12-12-2019 11:59:27: TRACE: testArguments[17] = -ApiVersion [javatest.batch] 12-12-2019 11:59:27: TRACE: testArguments[18] = 1.7_se8 [javatest.batch] null [javatest.batch] 12-12-2019 11:59:27: ********** Status Report 'javax.resource.spi' ********** [javatest.batch] [javatest.batch] 12-12-2019 11:59:27: SignatureTest report [javatest.batch] Base version: 1.7_se8 [javatest.batch] Tested version: 1.7_se8 [javatest.batch] Check mode: src [throws normalized] [javatest.batch] Constant checking: on [javatest.batch] [javatest.batch] [javatest.batch] [javatest.batch] 12-12-2019 11:59:27: ********** Package 'javax.resource.spi' - PASSED (STATIC MODE) ********** [javatest.batch] 12-12-2019 11:59:27: [javatest.batch] [javatest.batch] [javatest.batch] 12-12-2019 11:59:27: ********** VALIDATE IN REFLECTIVE MODE **** [javatest.batch] 12-12-2019 11:59:27: Reflective mode supports verification within containers (ie ejb, servlet, etc) [javatest.batch] 12-12-2019 11:59:27: TRACE: Not Setting static mode flag to allow constant checking. [javatest.batch] 12-12-2019 11:59:27: TRACE: ----------------- BEGIN SIG PARAM DUMP ----------------- [javatest.batch] 12-12-2019 11:59:27: TRACE: Param[0]: -Verbose [javatest.batch] 12-12-2019 11:59:27: TRACE: Param[1]: -FileName [javatest.batch] 12-12-2019 11:59:27: TRACE: Param[2]: /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../src/com/sun/ts/tests/signaturetest/signature-repository/javax.resource.sig_1.7_se8 [javatest.batch] 12-12-2019 11:59:27: TRACE: Param[3]: -Classpath [javatest.batch] 12-12-2019 11:59:27: TRACE: Param[4]: /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/endorsed/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/jce.jar [javatest.batch] 12-12-2019 11:59:27: TRACE: Param[5]: -Package [javatest.batch] 12-12-2019 11:59:27: TRACE: Param[6]: javax.resource.spi [javatest.batch] 12-12-2019 11:59:27: TRACE: Param[7]: -Exclude [javatest.batch] 12-12-2019 11:59:27: TRACE: Param[8]: javax.resource.spi.endpoint [javatest.batch] 12-12-2019 11:59:27: TRACE: Param[9]: -Exclude [javatest.batch] 12-12-2019 11:59:27: TRACE: Param[10]: javax.resource.spi.security [javatest.batch] 12-12-2019 11:59:27: TRACE: Param[11]: -Exclude [javatest.batch] 12-12-2019 11:59:27: TRACE: Param[12]: javax.resource.spi.work [javatest.batch] 12-12-2019 11:59:27: TRACE: Param[13]: -ApiVersion [javatest.batch] 12-12-2019 11:59:27: TRACE: Param[14]: 1.7_se8 [javatest.batch] 12-12-2019 11:59:27: TRACE: ------------------ END SIG PARAM DUMP ------------------ [javatest.batch] 12-12-2019 11:59:27: TRACE: [javatest.batch] Calling: com.sun.tdk.signaturetest.SignatureTest() with following args: [javatest.batch] 12-12-2019 11:59:27: TRACE: testArguments[0] = -Verbose [javatest.batch] 12-12-2019 11:59:27: TRACE: testArguments[1] = -FileName [javatest.batch] 12-12-2019 11:59:27: TRACE: testArguments[2] = /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../src/com/sun/ts/tests/signaturetest/signature-repository/javax.resource.sig_1.7_se8 [javatest.batch] 12-12-2019 11:59:27: TRACE: testArguments[3] = -Classpath [javatest.batch] 12-12-2019 11:59:27: TRACE: testArguments[4] = /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/endorsed/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/jce.jar [javatest.batch] 12-12-2019 11:59:27: TRACE: testArguments[5] = -Package [javatest.batch] 12-12-2019 11:59:27: TRACE: testArguments[6] = javax.resource.spi [javatest.batch] 12-12-2019 11:59:27: TRACE: testArguments[7] = -Exclude [javatest.batch] 12-12-2019 11:59:27: TRACE: testArguments[8] = javax.resource.spi.endpoint [javatest.batch] 12-12-2019 11:59:27: TRACE: testArguments[9] = -Exclude [javatest.batch] 12-12-2019 11:59:27: TRACE: testArguments[10] = javax.resource.spi.security [javatest.batch] 12-12-2019 11:59:27: TRACE: testArguments[11] = -Exclude [javatest.batch] 12-12-2019 11:59:27: TRACE: testArguments[12] = javax.resource.spi.work [javatest.batch] 12-12-2019 11:59:27: TRACE: testArguments[13] = -ApiVersion [javatest.batch] 12-12-2019 11:59:27: TRACE: testArguments[14] = 1.7_se8 [javatest.batch] null [javatest.batch] 12-12-2019 11:59:28: ********** Status Report 'javax.resource.spi' ********** [javatest.batch] [javatest.batch] 12-12-2019 11:59:28: SignatureTest report [javatest.batch] Base version: 1.7_se8 [javatest.batch] Tested version: 1.7_se8 [javatest.batch] Check mode: src [throws normalized] [javatest.batch] Constant checking: on [javatest.batch] [javatest.batch] [javatest.batch] [javatest.batch] 12-12-2019 11:59:28: ********** Package 'javax.resource.spi' - PASSED (REFLECTION MODE) ********** [javatest.batch] 12-12-2019 11:59:28: ********** END VALIDATE PACKAGE 'javax.resource.spi' ********** [javatest.batch] [javatest.batch] 12-12-2019 11:59:28: [javatest.batch] [javatest.batch] 12-12-2019 11:59:28: [javatest.batch] [javatest.batch] 12-12-2019 11:59:28: ********** BEGIN VALIDATE PACKAGE 'javax.resource.spi.work' ********** [javatest.batch] [javatest.batch] 12-12-2019 11:59:28: ********** VALIDATE IN STATIC MODE - TO CHECK CONSANT VALUES **** [javatest.batch] 12-12-2019 11:59:28: Static mode supports checks of static constants values [javatest.batch] 12-12-2019 11:59:28: TRACE: Setting static mode flag to allow constant checking. [javatest.batch] 12-12-2019 11:59:28: TRACE: ----------------- BEGIN SIG PARAM DUMP ----------------- [javatest.batch] 12-12-2019 11:59:28: TRACE: Param[0]: -Static [javatest.batch] 12-12-2019 11:59:28: TRACE: Param[1]: -CheckValue [javatest.batch] 12-12-2019 11:59:28: TRACE: Param[2]: -mode [javatest.batch] 12-12-2019 11:59:28: TRACE: Param[3]: src [javatest.batch] 12-12-2019 11:59:28: TRACE: Param[4]: -Verbose [javatest.batch] 12-12-2019 11:59:28: TRACE: Param[5]: -FileName [javatest.batch] 12-12-2019 11:59:28: TRACE: Param[6]: /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../src/com/sun/ts/tests/signaturetest/signature-repository/javax.resource.sig_1.7_se8 [javatest.batch] 12-12-2019 11:59:28: TRACE: Param[7]: -Classpath [javatest.batch] 12-12-2019 11:59:28: TRACE: Param[8]: /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/endorsed/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/jce.jar [javatest.batch] 12-12-2019 11:59:28: TRACE: Param[9]: -Package [javatest.batch] 12-12-2019 11:59:28: TRACE: Param[10]: javax.resource.spi.work [javatest.batch] 12-12-2019 11:59:28: TRACE: Param[11]: -ApiVersion [javatest.batch] 12-12-2019 11:59:28: TRACE: Param[12]: 1.7_se8 [javatest.batch] 12-12-2019 11:59:28: TRACE: ------------------ END SIG PARAM DUMP ------------------ [javatest.batch] 12-12-2019 11:59:28: TRACE: [javatest.batch] Calling: com.sun.tdk.signaturetest.SignatureTest() with following args: [javatest.batch] 12-12-2019 11:59:28: TRACE: testArguments[0] = -Static [javatest.batch] 12-12-2019 11:59:28: TRACE: testArguments[1] = -CheckValue [javatest.batch] 12-12-2019 11:59:28: TRACE: testArguments[2] = -mode [javatest.batch] 12-12-2019 11:59:28: TRACE: testArguments[3] = src [javatest.batch] 12-12-2019 11:59:28: TRACE: testArguments[4] = -Verbose [javatest.batch] 12-12-2019 11:59:28: TRACE: testArguments[5] = -FileName [javatest.batch] 12-12-2019 11:59:28: TRACE: testArguments[6] = /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../src/com/sun/ts/tests/signaturetest/signature-repository/javax.resource.sig_1.7_se8 [javatest.batch] 12-12-2019 11:59:28: TRACE: testArguments[7] = -Classpath [javatest.batch] 12-12-2019 11:59:28: TRACE: testArguments[8] = /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/endorsed/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/jce.jar [javatest.batch] 12-12-2019 11:59:28: TRACE: testArguments[9] = -Package [javatest.batch] 12-12-2019 11:59:28: TRACE: testArguments[10] = javax.resource.spi.work [javatest.batch] 12-12-2019 11:59:28: TRACE: testArguments[11] = -ApiVersion [javatest.batch] 12-12-2019 11:59:28: TRACE: testArguments[12] = 1.7_se8 [javatest.batch] null [javatest.batch] 12-12-2019 11:59:28: ********** Status Report 'javax.resource.spi.work' ********** [javatest.batch] [javatest.batch] 12-12-2019 11:59:28: SignatureTest report [javatest.batch] Base version: 1.7_se8 [javatest.batch] Tested version: 1.7_se8 [javatest.batch] Check mode: src [throws normalized] [javatest.batch] Constant checking: on [javatest.batch] [javatest.batch] [javatest.batch] [javatest.batch] 12-12-2019 11:59:28: ********** Package 'javax.resource.spi.work' - PASSED (STATIC MODE) ********** [javatest.batch] 12-12-2019 11:59:28: [javatest.batch] [javatest.batch] [javatest.batch] 12-12-2019 11:59:28: ********** VALIDATE IN REFLECTIVE MODE **** [javatest.batch] 12-12-2019 11:59:28: Reflective mode supports verification within containers (ie ejb, servlet, etc) [javatest.batch] 12-12-2019 11:59:28: TRACE: Not Setting static mode flag to allow constant checking. [javatest.batch] 12-12-2019 11:59:28: TRACE: ----------------- BEGIN SIG PARAM DUMP ----------------- [javatest.batch] 12-12-2019 11:59:28: TRACE: Param[0]: -Verbose [javatest.batch] 12-12-2019 11:59:28: TRACE: Param[1]: -FileName [javatest.batch] 12-12-2019 11:59:28: TRACE: Param[2]: /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../src/com/sun/ts/tests/signaturetest/signature-repository/javax.resource.sig_1.7_se8 [javatest.batch] 12-12-2019 11:59:28: TRACE: Param[3]: -Classpath [javatest.batch] 12-12-2019 11:59:28: TRACE: Param[4]: /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/endorsed/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/jce.jar [javatest.batch] 12-12-2019 11:59:28: TRACE: Param[5]: -Package [javatest.batch] 12-12-2019 11:59:28: TRACE: Param[6]: javax.resource.spi.work [javatest.batch] 12-12-2019 11:59:28: TRACE: Param[7]: -ApiVersion [javatest.batch] 12-12-2019 11:59:28: TRACE: Param[8]: 1.7_se8 [javatest.batch] 12-12-2019 11:59:28: TRACE: ------------------ END SIG PARAM DUMP ------------------ [javatest.batch] 12-12-2019 11:59:28: TRACE: [javatest.batch] Calling: com.sun.tdk.signaturetest.SignatureTest() with following args: [javatest.batch] 12-12-2019 11:59:28: TRACE: testArguments[0] = -Verbose [javatest.batch] 12-12-2019 11:59:28: TRACE: testArguments[1] = -FileName [javatest.batch] 12-12-2019 11:59:28: TRACE: testArguments[2] = /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../src/com/sun/ts/tests/signaturetest/signature-repository/javax.resource.sig_1.7_se8 [javatest.batch] 12-12-2019 11:59:28: TRACE: testArguments[3] = -Classpath [javatest.batch] 12-12-2019 11:59:28: TRACE: testArguments[4] = /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/endorsed/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/jce.jar [javatest.batch] 12-12-2019 11:59:28: TRACE: testArguments[5] = -Package [javatest.batch] 12-12-2019 11:59:28: TRACE: testArguments[6] = javax.resource.spi.work [javatest.batch] 12-12-2019 11:59:28: TRACE: testArguments[7] = -ApiVersion [javatest.batch] 12-12-2019 11:59:28: TRACE: testArguments[8] = 1.7_se8 [javatest.batch] null [javatest.batch] 12-12-2019 11:59:28: ********** Status Report 'javax.resource.spi.work' ********** [javatest.batch] [javatest.batch] 12-12-2019 11:59:28: SignatureTest report [javatest.batch] Base version: 1.7_se8 [javatest.batch] Tested version: 1.7_se8 [javatest.batch] Check mode: src [throws normalized] [javatest.batch] Constant checking: on [javatest.batch] [javatest.batch] [javatest.batch] [javatest.batch] 12-12-2019 11:59:28: ********** Package 'javax.resource.spi.work' - PASSED (REFLECTION MODE) ********** [javatest.batch] 12-12-2019 11:59:28: ********** END VALIDATE PACKAGE 'javax.resource.spi.work' ********** [javatest.batch] [javatest.batch] 12-12-2019 11:59:28: [javatest.batch] [javatest.batch] 12-12-2019 11:59:28: [javatest.batch] [javatest.batch] 12-12-2019 11:59:28: ********** BEGIN VALIDATE PACKAGE 'javax.resource.spi.endpoint' ********** [javatest.batch] [javatest.batch] 12-12-2019 11:59:28: ********** VALIDATE IN STATIC MODE - TO CHECK CONSANT VALUES **** [javatest.batch] 12-12-2019 11:59:28: Static mode supports checks of static constants values [javatest.batch] 12-12-2019 11:59:28: TRACE: Setting static mode flag to allow constant checking. [javatest.batch] 12-12-2019 11:59:28: TRACE: ----------------- BEGIN SIG PARAM DUMP ----------------- [javatest.batch] 12-12-2019 11:59:28: TRACE: Param[0]: -Static [javatest.batch] 12-12-2019 11:59:28: TRACE: Param[1]: -CheckValue [javatest.batch] 12-12-2019 11:59:28: TRACE: Param[2]: -mode [javatest.batch] 12-12-2019 11:59:28: TRACE: Param[3]: src [javatest.batch] 12-12-2019 11:59:28: TRACE: Param[4]: -Verbose [javatest.batch] 12-12-2019 11:59:28: TRACE: Param[5]: -FileName [javatest.batch] 12-12-2019 11:59:28: TRACE: Param[6]: /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../src/com/sun/ts/tests/signaturetest/signature-repository/javax.resource.sig_1.7_se8 [javatest.batch] 12-12-2019 11:59:28: TRACE: Param[7]: -Classpath [javatest.batch] 12-12-2019 11:59:28: TRACE: Param[8]: /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/endorsed/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/jce.jar [javatest.batch] 12-12-2019 11:59:28: TRACE: Param[9]: -Package [javatest.batch] 12-12-2019 11:59:28: TRACE: Param[10]: javax.resource.spi.endpoint [javatest.batch] 12-12-2019 11:59:28: TRACE: Param[11]: -ApiVersion [javatest.batch] 12-12-2019 11:59:28: TRACE: Param[12]: 1.7_se8 [javatest.batch] 12-12-2019 11:59:28: TRACE: ------------------ END SIG PARAM DUMP ------------------ [javatest.batch] 12-12-2019 11:59:28: TRACE: [javatest.batch] Calling: com.sun.tdk.signaturetest.SignatureTest() with following args: [javatest.batch] 12-12-2019 11:59:28: TRACE: testArguments[0] = -Static [javatest.batch] 12-12-2019 11:59:28: TRACE: testArguments[1] = -CheckValue [javatest.batch] 12-12-2019 11:59:28: TRACE: testArguments[2] = -mode [javatest.batch] 12-12-2019 11:59:28: TRACE: testArguments[3] = src [javatest.batch] 12-12-2019 11:59:28: TRACE: testArguments[4] = -Verbose [javatest.batch] 12-12-2019 11:59:28: TRACE: testArguments[5] = -FileName [javatest.batch] 12-12-2019 11:59:28: TRACE: testArguments[6] = /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../src/com/sun/ts/tests/signaturetest/signature-repository/javax.resource.sig_1.7_se8 [javatest.batch] 12-12-2019 11:59:28: TRACE: testArguments[7] = -Classpath [javatest.batch] 12-12-2019 11:59:28: TRACE: testArguments[8] = /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/endorsed/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/jce.jar [javatest.batch] 12-12-2019 11:59:28: TRACE: testArguments[9] = -Package [javatest.batch] 12-12-2019 11:59:28: TRACE: testArguments[10] = javax.resource.spi.endpoint [javatest.batch] 12-12-2019 11:59:28: TRACE: testArguments[11] = -ApiVersion [javatest.batch] 12-12-2019 11:59:28: TRACE: testArguments[12] = 1.7_se8 [javatest.batch] null [javatest.batch] 12-12-2019 11:59:28: ********** Status Report 'javax.resource.spi.endpoint' ********** [javatest.batch] [javatest.batch] 12-12-2019 11:59:28: SignatureTest report [javatest.batch] Base version: 1.7_se8 [javatest.batch] Tested version: 1.7_se8 [javatest.batch] Check mode: src [throws normalized] [javatest.batch] Constant checking: on [javatest.batch] [javatest.batch] [javatest.batch] [javatest.batch] 12-12-2019 11:59:28: ********** Package 'javax.resource.spi.endpoint' - PASSED (STATIC MODE) ********** [javatest.batch] 12-12-2019 11:59:28: [javatest.batch] [javatest.batch] [javatest.batch] 12-12-2019 11:59:28: ********** VALIDATE IN REFLECTIVE MODE **** [javatest.batch] 12-12-2019 11:59:28: Reflective mode supports verification within containers (ie ejb, servlet, etc) [javatest.batch] 12-12-2019 11:59:28: TRACE: Not Setting static mode flag to allow constant checking. [javatest.batch] 12-12-2019 11:59:28: TRACE: ----------------- BEGIN SIG PARAM DUMP ----------------- [javatest.batch] 12-12-2019 11:59:28: TRACE: Param[0]: -Verbose [javatest.batch] 12-12-2019 11:59:28: TRACE: Param[1]: -FileName [javatest.batch] 12-12-2019 11:59:28: TRACE: Param[2]: /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../src/com/sun/ts/tests/signaturetest/signature-repository/javax.resource.sig_1.7_se8 [javatest.batch] 12-12-2019 11:59:28: TRACE: Param[3]: -Classpath [javatest.batch] 12-12-2019 11:59:28: TRACE: Param[4]: /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/endorsed/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/jce.jar [javatest.batch] 12-12-2019 11:59:28: TRACE: Param[5]: -Package [javatest.batch] 12-12-2019 11:59:28: TRACE: Param[6]: javax.resource.spi.endpoint [javatest.batch] 12-12-2019 11:59:28: TRACE: Param[7]: -ApiVersion [javatest.batch] 12-12-2019 11:59:28: TRACE: Param[8]: 1.7_se8 [javatest.batch] 12-12-2019 11:59:28: TRACE: ------------------ END SIG PARAM DUMP ------------------ [javatest.batch] 12-12-2019 11:59:28: TRACE: [javatest.batch] Calling: com.sun.tdk.signaturetest.SignatureTest() with following args: [javatest.batch] 12-12-2019 11:59:28: TRACE: testArguments[0] = -Verbose [javatest.batch] 12-12-2019 11:59:28: TRACE: testArguments[1] = -FileName [javatest.batch] 12-12-2019 11:59:28: TRACE: testArguments[2] = /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../src/com/sun/ts/tests/signaturetest/signature-repository/javax.resource.sig_1.7_se8 [javatest.batch] 12-12-2019 11:59:28: TRACE: testArguments[3] = -Classpath [javatest.batch] 12-12-2019 11:59:28: TRACE: testArguments[4] = /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/endorsed/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/jce.jar [javatest.batch] 12-12-2019 11:59:28: TRACE: testArguments[5] = -Package [javatest.batch] 12-12-2019 11:59:28: TRACE: testArguments[6] = javax.resource.spi.endpoint [javatest.batch] 12-12-2019 11:59:28: TRACE: testArguments[7] = -ApiVersion [javatest.batch] 12-12-2019 11:59:28: TRACE: testArguments[8] = 1.7_se8 [javatest.batch] null [javatest.batch] 12-12-2019 11:59:28: ********** Status Report 'javax.resource.spi.endpoint' ********** [javatest.batch] [javatest.batch] 12-12-2019 11:59:28: SignatureTest report [javatest.batch] Base version: 1.7_se8 [javatest.batch] Tested version: 1.7_se8 [javatest.batch] Check mode: src [throws normalized] [javatest.batch] Constant checking: on [javatest.batch] [javatest.batch] [javatest.batch] [javatest.batch] 12-12-2019 11:59:28: ********** Package 'javax.resource.spi.endpoint' - PASSED (REFLECTION MODE) ********** [javatest.batch] 12-12-2019 11:59:28: ********** END VALIDATE PACKAGE 'javax.resource.spi.endpoint' ********** [javatest.batch] [javatest.batch] 12-12-2019 11:59:28: [javatest.batch] [javatest.batch] 12-12-2019 11:59:28: [javatest.batch] [javatest.batch] 12-12-2019 11:59:28: ********** BEGIN VALIDATE PACKAGE 'javax.resource.spi.security' ********** [javatest.batch] [javatest.batch] 12-12-2019 11:59:28: ********** VALIDATE IN STATIC MODE - TO CHECK CONSANT VALUES **** [javatest.batch] 12-12-2019 11:59:28: Static mode supports checks of static constants values [javatest.batch] 12-12-2019 11:59:28: TRACE: Setting static mode flag to allow constant checking. [javatest.batch] 12-12-2019 11:59:28: TRACE: ----------------- BEGIN SIG PARAM DUMP ----------------- [javatest.batch] 12-12-2019 11:59:28: TRACE: Param[0]: -Static [javatest.batch] 12-12-2019 11:59:28: TRACE: Param[1]: -CheckValue [javatest.batch] 12-12-2019 11:59:28: TRACE: Param[2]: -mode [javatest.batch] 12-12-2019 11:59:28: TRACE: Param[3]: src [javatest.batch] 12-12-2019 11:59:28: TRACE: Param[4]: -Verbose [javatest.batch] 12-12-2019 11:59:28: TRACE: Param[5]: -FileName [javatest.batch] 12-12-2019 11:59:28: TRACE: Param[6]: /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../src/com/sun/ts/tests/signaturetest/signature-repository/javax.resource.sig_1.7_se8 [javatest.batch] 12-12-2019 11:59:28: TRACE: Param[7]: -Classpath [javatest.batch] 12-12-2019 11:59:28: TRACE: Param[8]: /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/endorsed/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/jce.jar [javatest.batch] 12-12-2019 11:59:28: TRACE: Param[9]: -Package [javatest.batch] 12-12-2019 11:59:28: TRACE: Param[10]: javax.resource.spi.security [javatest.batch] 12-12-2019 11:59:28: TRACE: Param[11]: -ApiVersion [javatest.batch] 12-12-2019 11:59:28: TRACE: Param[12]: 1.7_se8 [javatest.batch] 12-12-2019 11:59:28: TRACE: ------------------ END SIG PARAM DUMP ------------------ [javatest.batch] 12-12-2019 11:59:28: TRACE: [javatest.batch] Calling: com.sun.tdk.signaturetest.SignatureTest() with following args: [javatest.batch] 12-12-2019 11:59:28: TRACE: testArguments[0] = -Static [javatest.batch] 12-12-2019 11:59:28: TRACE: testArguments[1] = -CheckValue [javatest.batch] 12-12-2019 11:59:28: TRACE: testArguments[2] = -mode [javatest.batch] 12-12-2019 11:59:28: TRACE: testArguments[3] = src [javatest.batch] 12-12-2019 11:59:28: TRACE: testArguments[4] = -Verbose [javatest.batch] 12-12-2019 11:59:28: TRACE: testArguments[5] = -FileName [javatest.batch] 12-12-2019 11:59:28: TRACE: testArguments[6] = /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../src/com/sun/ts/tests/signaturetest/signature-repository/javax.resource.sig_1.7_se8 [javatest.batch] 12-12-2019 11:59:28: TRACE: testArguments[7] = -Classpath [javatest.batch] 12-12-2019 11:59:28: TRACE: testArguments[8] = /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/endorsed/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/jce.jar [javatest.batch] 12-12-2019 11:59:28: TRACE: testArguments[9] = -Package [javatest.batch] 12-12-2019 11:59:28: TRACE: testArguments[10] = javax.resource.spi.security [javatest.batch] 12-12-2019 11:59:28: TRACE: testArguments[11] = -ApiVersion [javatest.batch] 12-12-2019 11:59:28: TRACE: testArguments[12] = 1.7_se8 [javatest.batch] null [javatest.batch] 12-12-2019 11:59:28: ********** Status Report 'javax.resource.spi.security' ********** [javatest.batch] [javatest.batch] 12-12-2019 11:59:28: SignatureTest report [javatest.batch] Base version: 1.7_se8 [javatest.batch] Tested version: 1.7_se8 [javatest.batch] Check mode: src [throws normalized] [javatest.batch] Constant checking: on [javatest.batch] [javatest.batch] [javatest.batch] [javatest.batch] 12-12-2019 11:59:28: ********** Package 'javax.resource.spi.security' - PASSED (STATIC MODE) ********** [javatest.batch] 12-12-2019 11:59:28: [javatest.batch] [javatest.batch] [javatest.batch] 12-12-2019 11:59:28: ********** VALIDATE IN REFLECTIVE MODE **** [javatest.batch] 12-12-2019 11:59:28: Reflective mode supports verification within containers (ie ejb, servlet, etc) [javatest.batch] 12-12-2019 11:59:28: TRACE: Not Setting static mode flag to allow constant checking. [javatest.batch] 12-12-2019 11:59:28: TRACE: ----------------- BEGIN SIG PARAM DUMP ----------------- [javatest.batch] 12-12-2019 11:59:28: TRACE: Param[0]: -Verbose [javatest.batch] 12-12-2019 11:59:28: TRACE: Param[1]: -FileName [javatest.batch] 12-12-2019 11:59:28: TRACE: Param[2]: /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../src/com/sun/ts/tests/signaturetest/signature-repository/javax.resource.sig_1.7_se8 [javatest.batch] 12-12-2019 11:59:28: TRACE: Param[3]: -Classpath [javatest.batch] 12-12-2019 11:59:28: TRACE: Param[4]: /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/endorsed/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/jce.jar [javatest.batch] 12-12-2019 11:59:28: TRACE: Param[5]: -Package [javatest.batch] 12-12-2019 11:59:28: TRACE: Param[6]: javax.resource.spi.security [javatest.batch] 12-12-2019 11:59:28: TRACE: Param[7]: -ApiVersion [javatest.batch] 12-12-2019 11:59:28: TRACE: Param[8]: 1.7_se8 [javatest.batch] 12-12-2019 11:59:28: TRACE: ------------------ END SIG PARAM DUMP ------------------ [javatest.batch] 12-12-2019 11:59:28: TRACE: [javatest.batch] Calling: com.sun.tdk.signaturetest.SignatureTest() with following args: [javatest.batch] 12-12-2019 11:59:28: TRACE: testArguments[0] = -Verbose [javatest.batch] 12-12-2019 11:59:28: TRACE: testArguments[1] = -FileName [javatest.batch] 12-12-2019 11:59:28: TRACE: testArguments[2] = /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../src/com/sun/ts/tests/signaturetest/signature-repository/javax.resource.sig_1.7_se8 [javatest.batch] 12-12-2019 11:59:28: TRACE: testArguments[3] = -Classpath [javatest.batch] 12-12-2019 11:59:28: TRACE: testArguments[4] = /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/endorsed/jakarta.annotation-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.resource-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.transaction-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.auth.message-api.jar:/home/jenkins/agent/workspace/TCK_run/connectors-tck/bin/xml/../../../glassfish5/glassfish/modules/jakarta.security.jacc-api.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/jce.jar [javatest.batch] 12-12-2019 11:59:28: TRACE: testArguments[5] = -Package [javatest.batch] 12-12-2019 11:59:28: TRACE: testArguments[6] = javax.resource.spi.security [javatest.batch] 12-12-2019 11:59:28: TRACE: testArguments[7] = -ApiVersion [javatest.batch] 12-12-2019 11:59:28: TRACE: testArguments[8] = 1.7_se8 [javatest.batch] null [javatest.batch] 12-12-2019 11:59:28: ********** Status Report 'javax.resource.spi.security' ********** [javatest.batch] [javatest.batch] 12-12-2019 11:59:28: SignatureTest report [javatest.batch] Base version: 1.7_se8 [javatest.batch] Tested version: 1.7_se8 [javatest.batch] Check mode: src [throws normalized] [javatest.batch] Constant checking: on [javatest.batch] [javatest.batch] [javatest.batch] [javatest.batch] 12-12-2019 11:59:28: ********** Package 'javax.resource.spi.security' - PASSED (REFLECTION MODE) ********** [javatest.batch] 12-12-2019 11:59:28: ********** END VALIDATE PACKAGE 'javax.resource.spi.security' ********** [javatest.batch] [javatest.batch] 12-12-2019 11:59:28: [javatest.batch] [javatest.batch] 12-12-2019 11:59:28: [javatest.batch] [javatest.batch] 12-12-2019 11:59:28: ****************************************************** [javatest.batch] ****************************************************** [javatest.batch] All package signatures passed. [javatest.batch] Passed packages listed below: [javatest.batch] javax.resource(static mode) [javatest.batch] javax.resource(reflection mode) [javatest.batch] javax.resource.cci(static mode) [javatest.batch] javax.resource.cci(reflection mode) [javatest.batch] javax.resource.spi(static mode) [javatest.batch] javax.resource.spi(reflection mode) [javatest.batch] javax.resource.spi.work(static mode) [javatest.batch] javax.resource.spi.work(reflection mode) [javatest.batch] javax.resource.spi.endpoint(static mode) [javatest.batch] javax.resource.spi.endpoint(reflection mode) [javatest.batch] javax.resource.spi.security(static mode) [javatest.batch] javax.resource.spi.security(reflection mode) [javatest.batch] ****************************************************** [javatest.batch] ****************************************************** [javatest.batch] [javatest.batch] 12-12-2019 11:59:28: TRACE: $$$ SigTest.test1() returning [javatest.batch] 12-12-2019 11:59:28: TRACE: $$$ SigTest.cleanup() called [javatest.batch] 12-12-2019 11:59:28: cleanup [javatest.batch] 12-12-2019 11:59:28: TRACE: $$$ SigTest.cleanup() returning [javatest.batch] STATUS:Passed. [javatest.batch] Dec 12, 2019 11:59:30 AM Finished executing all tests, wait for cleanup... [javatest.batch] Passed. [javatest.batch] ******************************************************************************** [javatest.batch] Finished Test: PASSED........com/sun/ts/tests/signaturetest/connector/ConnectorSigTest.java#signatureTest [javatest.batch] ******************************************************************************** [javatest.batch] Number of tests completed: 139 (139 passed, 0 failed, 0 with errors) [javatest.batch] Number of tests remaining: 0 [javatest.batch] ******************************************************************************** [javatest.batch] Completed running 139 tests. [javatest.batch] Number of Tests Passed = 139 [javatest.batch] Number of Tests Failed = 0 [javatest.batch] Number of Tests with Errors = 0 [javatest.batch] ******************************************************************************** [javatest.batch] PASSED........com/sun/ts/tests/connector/annotations/anno/annotationClient.java#testConfigPropertyAnnotation_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/annotations/anno/annotationClient.java#testConnectorAnnotation_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/annotations/anno/annotationClient.java#testRAAccessibility_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/annotations/anno/annotationClient.java#testSetterMethodConfigPropAnno_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/annotations/mdcomplete/Client.java#testMDCompleteConfigProp_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/annotations/mdcomplete/Client.java#testMDCompleteMCFAnno_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/annotations/partialanno/paClient.java#testDDOverridesAnno_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/annotations/partialanno/paClient.java#testMixedModeConfigPropertyMCF_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/annotations/partialanno/paClient.java#testMixedModeConfigPropertyNoOverride_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/annotations/partialanno/paClient.java#testMixedModeConfigPropertyOverride_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/annotations/partialanno/paClient.java#testMixedModeConfigPropertyRA_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/annotations/partialanno/paClient.java#testNoDefaultVallAnnoElement_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/connManager/connManagerClient1.java#testcheckConnectionManager_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/connManager/connManagerClient1.java#testTransactionSupportLevels_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/localTx/compat/compatClient1.java#testGetConnection1_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/localTx/compat/compatClient1.java#testgetConnectionWithParameter1_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/localTx/connection/connectionClient1.java#testAPIApplicationServerInternalException_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/localTx/connection/connectionClient1.java#testAPICommException_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/localTx/connection/connectionClient1.java#testAPIEISSystemException_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/localTx/connection/connectionClient1.java#testAPIHintsContext_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/localTx/connection/connectionClient1.java#testAPIIllegalStateException_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/localTx/connection/connectionClient1.java#testAPIInvalidPropertyException_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/localTx/connection/connectionClient1.java#testAPILocalTransactionException_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/localTx/connection/connectionClient1.java#testAPIManagedConnection_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/localTx/connection/connectionClient1.java#testAPIManagedConnectionMetaData_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/localTx/connection/connectionClient1.java#testAPINotSupportedException_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/localTx/connection/connectionClient1.java#testAPIResourceAdapterInternalException_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/localTx/connection/connectionClient1.java#testAPIResourceAllocationException_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/localTx/connection/connectionClient1.java#testAPIResourceException_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/localTx/connection/connectionClient1.java#testAPIRetryableUnavailableException_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/localTx/connection/connectionClient1.java#testAPIRetryableWorkRejectedException_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/localTx/connection/connectionClient1.java#testAPISecurityException_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/localTx/connection/connectionClient1.java#testAPISharingViolationException_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/localTx/connection/connectionClient1.java#testAPIUnavailableException_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/localTx/connection/connectionClient1.java#testAPIWorkCompletedException_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/localTx/connection/connectionClient1.java#testAPIWorkException_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/localTx/connection/connectionClient1.java#testAPIWorkRejectedException_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/localTx/connection/connectionClient1.java#testGetConnection1_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/localTx/connection/connectionClient1.java#testgetConnectionWithParameter1_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/localTx/event/eventClient1.java#testConnectionEventListener_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/localTx/lifecycle/lifecycleClient1.java#testAssociationMCFandRA_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/localTx/lifecycle/lifecycleClient1.java#testAssociationMCFandRA2_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/localTx/lifecycle/lifecycleClient1.java#testBootstrapforNull_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/localTx/lifecycle/lifecycleClient1.java#testInstantiationOfRA_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/localTx/lifecycle/lifecycleClient1.java#testMCFcalledOnce_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/localTx/lifecycle/lifecycleClient1.java#testRAforJavaBean_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/localTx/lifecycle/lifecycleClient1.java#testRASharability_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/localTx/security/securityClient1.java#testAppEISSignon_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/localTx/security/securityClient1.java#testCBTestAllCallbacksAndPrin_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/localTx/security/securityClient1.java#testCBTestAllCallbacksNullPrin_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/localTx/security/securityClient1.java#testCBTestCPCandGPC_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/localTx/security/securityClient1.java#testCBTestCPCandNullPrin_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/localTx/security/securityClient1.java#testCBTestCPCandPrin_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/localTx/security/securityClient1.java#testCBTestCPCandPVC_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/localTx/security/securityClient1.java#testCBTestEISCPCandPrin_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/localTx/security/securityClient1.java#testCBTestGPCandCPCFail_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/localTx/security/securityClient1.java#testComponentManaged_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/localTx/security/securityClient1.java#testConnManagerAllocateConnection_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/localTx/security/securityClient1.java#testContainerManaged_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/localTx/transinflow/transinflowClient1.java#testConcurrentWorkXid_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/localTx/transinflow/transinflowClient1.java#testGetTransactionSupport_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/localTx/transinflow/transinflowClient1.java#testSetResourceAdapterMethod_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/localTx/transinflow/transinflowClient1.java#testTransactionSynchronizationRegistry_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/localTx/transinflow/transinflowClient1.java#testXATerminator_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/localTx/workcontext/WorkContextClient.java#testHICNotifications_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/localTx/workcontext/WorkContextClient.java#testIsContextSupported_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/localTx/workcontext/WorkContextClient.java#testNestedWorkContexts_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/localTx/workcontext/WorkContextClient.java#testNestedWorkContexts2_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/localTx/workcontext/WorkContextClient.java#testNestedWorkContexts3_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/localTx/workcontext/WorkContextClient.java#testSecurityContextCBH_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/localTx/workcontext/WorkContextClient.java#testSecurityContextExecSubject_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/localTx/workcontext/WorkContextClient.java#testSecurityContextServiceSubject_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/localTx/workcontext/WorkContextClient.java#testWorkContextErrorCode_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/localTx/workcontext/WorkContextClient.java#testWorkContextErrorCode2_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/localTx/workcontext/WorkContextClient.java#testWorkContextNotifications_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/localTx/workcontext/WorkContextClient.java#testWorkContextProvider_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/localTx/workmgt/workmgtClient1.java#testForUnsharedTimer_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/localTx/workmgt/workmgtClient1.java#testNestedWork_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/localTx/workmgt/workmgtClient1.java#testScheduleWork_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/localTx/workmgt/workmgtClient1.java#testScheduleWorkListener_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/localTx/workmgt/workmgtClient1.java#testUnknownWorkDuration_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/localTx/workmgt/workmgtClient1.java#testWorkCompletedException_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/localTx/workmgt/workmgtClient1.java#testWorkListenerImplementation_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/localTx/workmgt/workmgtClient1.java#testWorkManagerImplementaion_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/noTx/compat/compatClient1.java#testGetConnection1_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/noTx/compat/compatClient1.java#testgetConnectionWithParameter1_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/noTx/connection/connectionClient1.java#testGetConnection1_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/noTx/connection/connectionClient1.java#testgetConnectionWithParameter1_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/noTx/event/eventClient1.java#testConnectionEventListener_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/noTx/lifecycle/lifecycleClient1.java#testAssociationMCFandRA_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/noTx/lifecycle/lifecycleClient1.java#testAssociationMCFandRA2_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/noTx/lifecycle/lifecycleClient1.java#testBootstrapforNull_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/noTx/lifecycle/lifecycleClient1.java#testInstantiationOfRA_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/noTx/lifecycle/lifecycleClient1.java#testMCFcalledOnce_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/noTx/lifecycle/lifecycleClient1.java#testRAforJavaBean_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/noTx/lifecycle/lifecycleClient1.java#testRASharability_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/noTx/security/securityClient1.java#testAppEISSignon_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/noTx/security/securityClient1.java#testComponentManaged_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/noTx/security/securityClient1.java#testConnManagerAllocateConnection_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/noTx/security/securityClient1.java#testContainerManaged_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/noTx/workmgt/workmgtClient1.java#testForUnsharedTimer_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/noTx/workmgt/workmgtClient1.java#testNestedWork_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/noTx/workmgt/workmgtClient1.java#testScheduleWork_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/noTx/workmgt/workmgtClient1.java#testScheduleWorkListener_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/noTx/workmgt/workmgtClient1.java#testUnknownWorkDuration_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/noTx/workmgt/workmgtClient1.java#testWorkCompletedException_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/noTx/workmgt/workmgtClient1.java#testWorkListenerImplementation_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/noTx/workmgt/workmgtClient1.java#testWorkManagerImplementaion_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/permissiondd/Client.java#testValidateCustomPerm_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/permissiondd/Client.java#testValidateLocalGrantForCustomPerm_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/permissiondd/Client.java#testValidateLocalPermsInvalidName_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/permissiondd/Client.java#testValidateMissingPermFails_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/permissiondd/Client.java#testValidateRequiredPermSet_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/permissiondd/Client.java#testValidateRestrictedLocalPerm_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/xa/compat/compatClient1.java#testGetConnection1_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/xa/compat/compatClient1.java#testgetConnectionWithParameter1_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/xa/connection/connectionClient1.java#testGetConnection1_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/xa/connection/connectionClient1.java#testgetConnectionWithParameter1_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/xa/event/eventClient1.java#testConnectionEventListener_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/xa/lifecycle/lifecycleClient1.java#testAssociationMCFandRA_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/xa/lifecycle/lifecycleClient1.java#testAssociationMCFandRA2_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/xa/lifecycle/lifecycleClient1.java#testBootstrapforNull_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/xa/lifecycle/lifecycleClient1.java#testInstantiationOfRA_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/xa/lifecycle/lifecycleClient1.java#testMCFcalledOnce_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/xa/lifecycle/lifecycleClient1.java#testRAforJavaBean_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/xa/lifecycle/lifecycleClient1.java#testRASharability_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/xa/security/securityClient1.java#testAppEISSignon_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/xa/security/securityClient1.java#testComponentManaged_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/xa/security/securityClient1.java#testConnManagerAllocateConnection_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/xa/security/securityClient1.java#testContainerManaged_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/xa/workmgt/workmgtClient1.java#testForUnsharedTimer_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/xa/workmgt/workmgtClient1.java#testNestedWork_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/xa/workmgt/workmgtClient1.java#testScheduleWork_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/xa/workmgt/workmgtClient1.java#testScheduleWorkListener_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/xa/workmgt/workmgtClient1.java#testUnknownWorkDuration_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/xa/workmgt/workmgtClient1.java#testWorkCompletedException_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/xa/workmgt/workmgtClient1.java#testWorkListenerImplementation_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/connector/xa/workmgt/workmgtClient1.java#testWorkManagerImplementaion_from_connectorservlet [javatest.batch] PASSED........com/sun/ts/tests/signaturetest/connector/ConnectorSigTest.java#signatureTest [javatest.batch] [javatest.batch] Dec 12, 2019 11:59:30 AM Harness done with cleanup from test run. [javatest.batch] Total time = 305s [javatest.batch] Setup time = 0s [javatest.batch] Cleanup time = 0s [javatest.batch] Test results: passed: 139 [javatest.batch] Results written to /home/jenkins/agent/workspace/TCK_run/JTwork. [javatest.batch] Report written to /home/jenkins/agent/workspace/TCK_run/JTreport BUILD SUCCESSFUL Total time: 5 minutes 13 seconds [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Create summary.txt, API, and run.log artifacts) [Pipeline] sh + cd /home/jenkins/agent/workspace/TCK_run/connectors-tck/bin + cat run.log + sed -e '1,/Completed running/d' ++ head -1 summary.txt ++ ++ sed 's/.*=\s\(.*\)/\1/' tail -1 + PASSED_COUNT=139 ++ head -2 summary.txt ++ tail -1 ++ sed 's/.*=\s\(.*\)/\1/' + FAILED_COUNT=0 ++ head -3 summary.txt ++ tail -1 ++ sed 's/.*=\s\(.*\)/\1/' + ERROR_COUNT=0 + echo ERROR_COUNT=0 ERROR_COUNT=0 + echo FAILED_COUNT=0 FAILED_COUNT=0 + echo PASSED_COUNT=139 PASSED_COUNT=139 [Pipeline] step Archiving artifacts Recording fingerprints [Pipeline] step Archiving artifacts Recording fingerprints [Pipeline] archiveArtifacts Archiving artifacts Recording fingerprints [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline Finished: SUCCESS